From aa4591f083a0129a0bb3509c78bcf256a061729c Mon Sep 17 00:00:00 2001 From: dartraiden Date: Fri, 17 May 2024 21:43:13 +0300 Subject: VKontakte: forward window' cosmetic --- protocols/VKontakte/res/resource.rc | 6 +++--- protocols/VKontakte/src/vk_proto.cpp | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'protocols') diff --git a/protocols/VKontakte/res/resource.rc b/protocols/VKontakte/res/resource.rc index 0bf524dfdb..257878d6d6 100644 --- a/protocols/VKontakte/res/resource.rc +++ b/protocols/VKontakte/res/resource.rc @@ -388,12 +388,12 @@ END IDD_VKUSERFORM DIALOGEX 0, 0, 215, 261 STYLE DS_SETFONT | DS_MODALFRAME | DS_SETFOREGROUND | DS_FIXEDSYS | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU -CAPTION "Mark contacts" +CAPTION "Mark contacts for forwarding messages" FONT 8, "MS Shell Dlg", 0, 0, 0x1 BEGIN CONTROL "",IDC_CONTACTLIST,"CListControl",WS_TABSTOP | 0x1,4,17,206,155,WS_EX_CLIENTEDGE - LTEXT "Mark contacts",IDC_STATIC_MARKCONTAKTS,4,7,206,8 - LTEXT "Message",IDC_STATIC_MESSAGE,9,174,198,8 + LTEXT "Mark contacts you want to forward messages",IDC_STATIC_MARKCONTAKTS,4,7,206,8 + LTEXT "Enter accompanying message",IDC_STATIC_MESSAGE,4,174,198,8 EDITTEXT IDC_MESSAGE,4,185,206,52,ES_MULTILINE | ES_AUTOHSCROLL DEFPUSHBUTTON "OK",IDOK,107,243,50,14 PUSHBUTTON "Cancel",IDCANCEL,160,243,50,14 diff --git a/protocols/VKontakte/src/vk_proto.cpp b/protocols/VKontakte/src/vk_proto.cpp index 11e8c59015..d4118238f5 100644 --- a/protocols/VKontakte/src/vk_proto.cpp +++ b/protocols/VKontakte/src/vk_proto.cpp @@ -455,7 +455,7 @@ INT_PTR CVkProto::SvcNSExecMenu(WPARAM iCommand, LPARAM pHandle) wszMsg, TranslateT("Mark contacts for forwarding messages"), TranslateT("Mark contacts you want to forward messages"), - TranslateT("Enter accompanying messages"), + TranslateT("Enter accompanying message"), 0 ); -- cgit v1.2.3