diff options
Diffstat (limited to 'protocols')
-rw-r--r-- | protocols/Quotes/src/version.h | 2 | ||||
-rw-r--r-- | protocols/Weather/src/weather.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/protocols/Quotes/src/version.h b/protocols/Quotes/src/version.h index 4c954fff11..a80f032948 100644 --- a/protocols/Quotes/src/version.h +++ b/protocols/Quotes/src/version.h @@ -13,7 +13,7 @@ #define __PLUGIN_NAME "Quotes"
#define __INTERNAL_NAME "Quotes"
#define __FILENAME "Quotes.dll"
-#define __DESCRIPTION "Show currency rates and economic quotes."
+#define __DESCRIPTION "Shows currency rates and economic quotes."
#define __AUTHOR "Dioksin"
#define __AUTHOREMAIL "dioksin@ua.fm"
#define __AUTHORWEB "http://miranda-ng.org/"
diff --git a/protocols/Weather/src/weather.cpp b/protocols/Weather/src/weather.cpp index 754b7400fd..b1d34561fb 100644 --- a/protocols/Weather/src/weather.cpp +++ b/protocols/Weather/src/weather.cpp @@ -67,7 +67,7 @@ static const PLUGININFOEX pluginInfoEx = sizeof(PLUGININFOEX),
"Weather Protocol",
__VERSION_DWORD,
- "Retrieve weather information and display them in your contact list.",
+ "Retrieves weather information and displays it in your contact list.",
AUTH,
"borkra@miranda-im.org",
"(c) 2002-2005 NoName, 2005-2010 Boris Krasnovskiy",
|