diff options
author | Dart Raiden <wowemuh@gmail.com> | 2015-02-07 19:03:24 +0000 |
---|---|---|
committer | Dart Raiden <wowemuh@gmail.com> | 2015-02-07 19:03:24 +0000 |
commit | f2b7041639a5b3db05b456f3e14bf627075c5ccb (patch) | |
tree | 026cce674f357e500ba8b38f3d1512293b831bc3 /protocols/WhatsApp/res/whatsapp.rc | |
parent | 419da235a69f6bd78ea277852dbeaebd38564a80 (diff) |
WhatsApp: decapitalization
git-svn-id: http://svn.miranda-ng.org/main/trunk@12042 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/WhatsApp/res/whatsapp.rc')
-rw-r--r-- | protocols/WhatsApp/res/whatsapp.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/WhatsApp/res/whatsapp.rc b/protocols/WhatsApp/res/whatsapp.rc index 102202ff70..a5a0e2cb5d 100644 --- a/protocols/WhatsApp/res/whatsapp.rc +++ b/protocols/WhatsApp/res/whatsapp.rc @@ -98,7 +98,7 @@ END IDD_GROUPCHAT_INVITE DIALOGEX 0, 0, 215, 170
STYLE DS_SETFONT | DS_MODALFRAME | DS_SETFOREGROUND | DS_FIXEDSYS | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
-CAPTION "Invite Users"
+CAPTION "Invite users"
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
GROUPBOX "Choose an user",IDC_STATIC,4,2,208,130
|