summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordartraiden <wowemuh@gmail.com>2025-02-20 17:28:41 +0300
committerdartraiden <wowemuh@gmail.com>2025-02-20 17:28:41 +0300
commit0dcd75e52534af9bc8184530551666e5dcef279c (patch)
tree8388d65e87afb55010389e91a4011ee8700dd821
parent9a3fc3952611f6d0a805b5068e3e7c3364f2633c (diff)
VKontakte: fix auth token message
-rw-r--r--protocols/VKontakte/src/vk_dialogs.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/VKontakte/src/vk_dialogs.cpp b/protocols/VKontakte/src/vk_dialogs.cpp
index 7f6ca6e2ec..3ca08ae035 100644
--- a/protocols/VKontakte/src/vk_dialogs.cpp
+++ b/protocols/VKontakte/src/vk_dialogs.cpp
@@ -126,7 +126,7 @@ bool CVkTokenForm::OnInitDialog()
m_btnOk.Disable();
if (!m_TokenReq.IsEmpty()) {
- m_instruction.SetText(TranslateT("For logon to protocol VK, you need to authorize in the browser and copy the received address from its address bar in the field below.\nDo not change anything when copying!\nYou will have to ignore the anti - copy message that you will see in your browser.Unfortunately, Miranda NG cannot authorize you in any other way right now."));
+ m_instruction.SetText(TranslateT("To log into the VKontakte protocol, you need to authorize in the browser and copy the received address from its address bar into the field below.\nDo not change anything when copying!\nYou will have to ignore the anti-copy message that you will see in your browser. Unfortunately, Miranda NG cannot authorize you in any other way right now."));
Utils_OpenUrl(m_TokenReq.c_str());
return true;
}