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 | |
parent | c8f9e6438488ed3003b3b1a23f75b09b0d62f237 (diff) |
proper capitalization
git-svn-id: http://svn.miranda-ng.org/main/trunk@14388 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-rw-r--r-- | plugins/MirLua/src/version.h | 2 | ||||
-rw-r--r-- | protocols/VKontakte/res/resource.rc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/MirLua/src/version.h b/plugins/MirLua/src/version.h index eb6ca582cf..986c83b880 100644 --- a/plugins/MirLua/src/version.h +++ b/plugins/MirLua/src/version.h @@ -7,7 +7,7 @@ #define __PLUGIN_NAME "MirLua"
#define __FILENAME "MirLua.dll"
-#define __DESCRIPTION "Extends Miranda NG functionality with lua scripts."
+#define __DESCRIPTION "Extends Miranda NG functionality with Lua scripts."
#define __AUTHOR "Miranda NG team"
#define __AUTHOREMAIL ""
#define __AUTHORWEB "http://miranda-ng.org/p/MirLua/"
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
|