summaryrefslogtreecommitdiff
path: root/protocols/VKontakte/res
diff options
context:
space:
mode:
authordartraiden <wowemuh@gmail.com>2024-05-17 21:43:13 +0300
committerdartraiden <wowemuh@gmail.com>2024-05-17 21:47:00 +0300
commitaa4591f083a0129a0bb3509c78bcf256a061729c (patch)
tree0064a49eaf5f993b9ad9667fcdb5bb1322a6dea6 /protocols/VKontakte/res
parent889131fb1960d423fb39fbf84d0e89c7ca9f82ef (diff)
VKontakte: forward window' cosmetic
Diffstat (limited to 'protocols/VKontakte/res')
-rw-r--r--protocols/VKontakte/res/resource.rc6
1 files changed, 3 insertions, 3 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