summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--plugins/MirLua/src/version.h2
-rw-r--r--protocols/VKontakte/res/resource.rc2
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