diff options
author | dartraiden <wowemuh@gmail.com> | 2024-05-17 21:43:13 +0300 |
---|---|---|
committer | dartraiden <wowemuh@gmail.com> | 2024-05-17 21:47:00 +0300 |
commit | aa4591f083a0129a0bb3509c78bcf256a061729c (patch) | |
tree | 0064a49eaf5f993b9ad9667fcdb5bb1322a6dea6 | |
parent | 889131fb1960d423fb39fbf84d0e89c7ca9f82ef (diff) |
VKontakte: forward window' cosmetic
-rw-r--r-- | protocols/VKontakte/res/resource.rc | 6 | ||||
-rw-r--r-- | protocols/VKontakte/src/vk_proto.cpp | 2 |
2 files changed, 4 insertions, 4 deletions
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
);
|