summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorVadim Dashevskiy <watcherhd@gmail.com>2013-08-28 19:21:55 +0000
committerVadim Dashevskiy <watcherhd@gmail.com>2013-08-28 19:21:55 +0000
commit23b0ce48247820cde94896f18ad3f80a80d19bbb (patch)
tree4b46391254efba09797ea031013459fd2a6f6ea9 /plugins
parent85aa1ee845e4947141538cb7b186809e60ff19b7 (diff)
- langpacks update + cosmetics
git-svn-id: http://svn.miranda-ng.org/main/trunk@5874 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins')
-rw-r--r--plugins/SkypeStatusChange/src/Version.h4
-rw-r--r--plugins/SkypeStatusChange/src/options.cpp2
-rw-r--r--plugins/SkypeStatusChange/src/stdafx.h2
3 files changed, 4 insertions, 4 deletions
diff --git a/plugins/SkypeStatusChange/src/Version.h b/plugins/SkypeStatusChange/src/Version.h
index 88ea62a5eb..091aab28ff 100644
--- a/plugins/SkypeStatusChange/src/Version.h
+++ b/plugins/SkypeStatusChange/src/Version.h
@@ -5,9 +5,9 @@
#define __FILEVERSION_STRING __MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM
-#define __PLUGIN_NAME "SkypeStatusChange"
+#define __PLUGIN_NAME "Skype status change"
#define __FILENAME "SkypeStatusChange.dll"
-#define __DESCRIPTION "Skype Status Change according to Miranda-Status."
+#define __DESCRIPTION "Skype status change according to Miranda status."
#define __AUTHOR "Dioksin"
#define __AUTHOREMAIL "dioksin@ua.fm"
#define __AUTHORWEB "http://miranda-ng.org/p/SkypeStatusChange/"
diff --git a/plugins/SkypeStatusChange/src/options.cpp b/plugins/SkypeStatusChange/src/options.cpp
index 476feaae21..cef55fa17f 100644
--- a/plugins/SkypeStatusChange/src/options.cpp
+++ b/plugins/SkypeStatusChange/src/options.cpp
@@ -308,7 +308,7 @@ int SSC_OptInitialise(WPARAM wp, LPARAM lp)
OPTIONSDIALOGPAGE odp = { sizeof(odp) };
odp.position = 910000000;
odp.hInstance = g_hModule;
- odp.pszTitle = LPGEN("Change Skype Status");
+ odp.pszTitle = LPGEN("Change Skype status");
odp.pszGroup = LPGEN("Plugins");
odp.pszTemplate = MAKEINTRESOURCEA(IDD_DIALOG_SETTINGS);
odp.pfnDlgProc = SettingsDlgProc;
diff --git a/plugins/SkypeStatusChange/src/stdafx.h b/plugins/SkypeStatusChange/src/stdafx.h
index ebc0f3036d..bc4b64d139 100644
--- a/plugins/SkypeStatusChange/src/stdafx.h
+++ b/plugins/SkypeStatusChange/src/stdafx.h
@@ -18,7 +18,7 @@
#include <m_utils.h>
#include <win2k.h>
-#define MODULENAME "Change Skype Status"
+#define MODULENAME "Change Skype status"
class COptions
{