From 0dcd75e52534af9bc8184530551666e5dcef279c Mon Sep 17 00:00:00 2001 From: dartraiden Date: Thu, 20 Feb 2025 17:28:41 +0300 Subject: VKontakte: fix auth token message --- protocols/VKontakte/src/vk_dialogs.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- cgit v1.2.3