diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-11-08 07:51:40 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-11-08 07:51:40 +0000 |
commit | d1582a4ea496b4c904ec543aaffc5f6ac73ccead (patch) | |
tree | aeb1d78d4292b8dfbcc6c89c31511ed29afeebe3 /plugins | |
parent | ed3f4adc27468a36c3b97d7fc4fed5b907b0a2a2 (diff) |
Cosmetics for plugins descriptions and their translation part 3
git-svn-id: http://svn.miranda-ng.org/main/trunk@2245 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/DbChecker/src/version.h | 2 | ||||
-rw-r--r-- | plugins/Dbx_tree/src/Interface.h | 2 | ||||
-rw-r--r-- | plugins/SimpleStatusMsg/src/main.cpp | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/plugins/DbChecker/src/version.h b/plugins/DbChecker/src/version.h index b1c252353b..b6c1a876ae 100644 --- a/plugins/DbChecker/src/version.h +++ b/plugins/DbChecker/src/version.h @@ -5,7 +5,7 @@ #define __PLUGIN_NAME "Database Checker"
#define __INTERNAL_NAME "dbchecker"
#define __FILENAME "dbchecker.dll"
-#define __DESCRIPTION "Miranda NG Database Checker"
+#define __DESCRIPTION "Miranda NG Database Checker."
#define __AUTHOR "George Hazan"
#define __AUTHOREMAIL "ghazan@miranda-ng.org"
#define __AUTHORWEB "http://www.miranda-ng.org/"
diff --git a/plugins/Dbx_tree/src/Interface.h b/plugins/Dbx_tree/src/Interface.h index bde0a74511..f845707fde 100644 --- a/plugins/Dbx_tree/src/Interface.h +++ b/plugins/Dbx_tree/src/Interface.h @@ -49,7 +49,7 @@ extern DATABASELINK gDBLink; #define gResVersionString "0.0.0.18"
#define gInternalName "dbx_tree"
#define gInternalNameLong "Miranda dbx_tree database driver"
-#define gDescription "Provides extended Miranda database support"
+#define gDescription "Provides extended Miranda database support."
#define gAutor "Michael 'Protogenes' Kunz"
#define gAutorEmail "Michael.Kunz@s2005.TU-Chemnitz.de"
#define gCopyright "2007 - 2010 Michael 'Protogenes' Kunz"
diff --git a/plugins/SimpleStatusMsg/src/main.cpp b/plugins/SimpleStatusMsg/src/main.cpp index fca9393f51..81396b8f97 100644 --- a/plugins/SimpleStatusMsg/src/main.cpp +++ b/plugins/SimpleStatusMsg/src/main.cpp @@ -37,7 +37,7 @@ PLUGININFOEX pluginInfo = { sizeof(PLUGININFOEX),
"Simple Status Message",
PLUGIN_MAKE_VERSION(1, 9, 0, 4),
- "Provides a simple way to set status and away messages",
+ "Provides a simple way to set status and away messages.",
"Bartosz 'Dezeath' Białek, Harven",
"dezred"/*antispam*/"@"/*antispam*/"gmail"/*antispam*/"."/*antispam*/"com",
"© 2006-2011 Bartosz Białek, © 2005 Harven",
|