diff options
author | Dart Raiden <wowemuh@gmail.com> | 2015-06-25 22:59:04 +0000 |
---|---|---|
committer | Dart Raiden <wowemuh@gmail.com> | 2015-06-25 22:59:04 +0000 |
commit | c055d21f01423462fa8d468f7c33bde55e595773 (patch) | |
tree | cbe1b98b7b6d58799e0747c7c885c7c4c1259d8c /protocols | |
parent | c8f9e6438488ed3003b3b1a23f75b09b0d62f237 (diff) |
proper capitalization
git-svn-id: http://svn.miranda-ng.org/main/trunk@14388 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols')
-rw-r--r-- | protocols/VKontakte/res/resource.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/VKontakte/res/resource.rc b/protocols/VKontakte/res/resource.rc index ee03acfd3a..89a5c6bbf5 100644 --- a/protocols/VKontakte/res/resource.rc +++ b/protocols/VKontakte/res/resource.rc @@ -313,7 +313,7 @@ BEGIN PUSHBUTTON "Cancel",IDCANCEL,259,123,50,14
EDITTEXT IDC_ED_MSG,7,7,302,70,ES_MULTILINE | ES_AUTOHSCROLL
EDITTEXT IDC_ED_URL,61,82,248,12,ES_AUTOHSCROLL
- RTEXT "Url:",IDC_STATIC,7,84,49,8
+ RTEXT "URL:",IDC_STATIC,7,84,49,8
CONTROL "Only for friends",IDC_ONLY_FRIENDS,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,61,98,248,10
CTEXT "Attention",IDC_ST_WARNING,7,112,302,10
END
|