summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorVadim Dashevskiy <watcherhd@gmail.com>2012-11-08 13:46:01 +0000
committerVadim Dashevskiy <watcherhd@gmail.com>2012-11-08 13:46:01 +0000
commitb2625a03a6ceb40be5a68f8df6e4f2938067c200 (patch)
tree716550a579a2afe1a9c888772cf2b93e70e0d69b /plugins
parent149678738512df6271f11237c6a3a657fb7d3942 (diff)
Cosmetics for plugins descriptions and their translation part 5
git-svn-id: http://svn.miranda-ng.org/main/trunk@2247 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins')
-rw-r--r--plugins/AVS/src/version.h2
-rw-r--r--plugins/Alarms/src/Version.h2
-rw-r--r--plugins/ChangeKeyboardLayout/src/Version.h2
-rw-r--r--plugins/FlashAvatars/src/cflash.cpp2
-rw-r--r--plugins/IgnoreState/src/Version.h2
-rw-r--r--plugins/MyDetails/src/mydetails.cpp2
-rw-r--r--plugins/Nudge/src/main.cpp2
-rw-r--r--plugins/SeenPlugin/src/version.h2
8 files changed, 8 insertions, 8 deletions
diff --git a/plugins/AVS/src/version.h b/plugins/AVS/src/version.h
index 11956d9f75..76f5d4b0d9 100644
--- a/plugins/AVS/src/version.h
+++ b/plugins/AVS/src/version.h
@@ -13,7 +13,7 @@
#define __PLUGIN_NAME "Avatar service"
#define __INTERNAL_NAME "AVS"
#define __FILENAME "AVS.dll"
-#define __DESCRIPTION "Load and manage contact pictures for other plugins."
+#define __DESCRIPTION "Loads and manages contact pictures for other plugins."
#define __AUTHOR "Nightwish, Pescuma"
#define __AUTHOREMAIL "http://miranda-ng.org/"
#define __AUTHORWEB "http://miranda-ng.org/"
diff --git a/plugins/Alarms/src/Version.h b/plugins/Alarms/src/Version.h
index 07c9618b9b..5dedff87f2 100644
--- a/plugins/Alarms/src/Version.h
+++ b/plugins/Alarms/src/Version.h
@@ -13,7 +13,7 @@
#define __PLUGIN_NAME "Alarms"
#define __INTERNAL_NAME "Alarms"
#define __FILENAME "Alarms.dll"
-#define __DESCRIPTION "Set once-off, daily, weekly and weekday alarms."
+#define __DESCRIPTION "Sets once-off, daily, weekly and weekday alarms."
#define __AUTHOR "Scott Ellis"
#define __AUTHOREMAIL "mail@scottellis.com.au"
#define __AUTHORWEB "http://miranda-ng.org/"
diff --git a/plugins/ChangeKeyboardLayout/src/Version.h b/plugins/ChangeKeyboardLayout/src/Version.h
index a80b84c7fd..3955938bc9 100644
--- a/plugins/ChangeKeyboardLayout/src/Version.h
+++ b/plugins/ChangeKeyboardLayout/src/Version.h
@@ -13,7 +13,7 @@
#define __PLUGIN_NAME "Change Keyboard Layout"
#define __INTERNAL_NAME "ChangeKeyboardLayout"
#define __FILENAME "ChangeKeyboardLayout.dll"
-#define __DESCRIPTION "Plugin for change keyboard layout of text (multilayout)."
+#define __DESCRIPTION "Plugin for changing keyboard layout of text (multilayout)."
#define __AUTHOR "Yasnovidyashii"
#define __AUTHOREMAIL "Yasnovidyashii@gmail.com"
#define __AUTHORWEB "http://miranda-ng.org/"
diff --git a/plugins/FlashAvatars/src/cflash.cpp b/plugins/FlashAvatars/src/cflash.cpp
index 95326d3450..284a453659 100644
--- a/plugins/FlashAvatars/src/cflash.cpp
+++ b/plugins/FlashAvatars/src/cflash.cpp
@@ -37,7 +37,7 @@ PLUGININFOEX pluginInfo = {
sizeof(PLUGININFOEX),
"Flash Avatars",
PLUGIN_MAKE_VERSION(0, 0, 1, 14),
- "Load and display flash avatars.",
+ "Loads and displays flash avatars.",
"Big Muscle",
"",
"Copyright 2000-2009 Miranda-IM project",
diff --git a/plugins/IgnoreState/src/Version.h b/plugins/IgnoreState/src/Version.h
index b7478cc70b..ca8bb54c20 100644
--- a/plugins/IgnoreState/src/Version.h
+++ b/plugins/IgnoreState/src/Version.h
@@ -13,7 +13,7 @@
#define __PLUGIN_NAME "IgnoreState"
#define __INTERNAL_NAME "IgnoreState"
#define __FILENAME "IgnoreState.dll"
-#define __DESCRIPTION "Show ignore state of contact in contacts list."
+#define __DESCRIPTION "Shows ignore state of contact in contacts list."
#define __AUTHOR "Kildor"
#define __AUTHOREMAIL "kostia@ngs.ru"
#define __AUTHORWEB "http://miranda-ng.org/"
diff --git a/plugins/MyDetails/src/mydetails.cpp b/plugins/MyDetails/src/mydetails.cpp
index 325e31e8ca..188e41e748 100644
--- a/plugins/MyDetails/src/mydetails.cpp
+++ b/plugins/MyDetails/src/mydetails.cpp
@@ -29,7 +29,7 @@ PLUGININFOEX pluginInfo={
sizeof(PLUGININFOEX),
"My Details",
PLUGIN_MAKE_VERSION(0,0,1,11),
- "Show and allows you to edit your details for all protocols.",
+ "Shows and allows you to edit your details for all protocols.",
"Ricardo Pescuma Domenecci, Drugwash",
"",
"© 2005-2008 Ricardo Pescuma Domenecci, Drugwash",
diff --git a/plugins/Nudge/src/main.cpp b/plugins/Nudge/src/main.cpp
index 268c589587..56a7c3e6c0 100644
--- a/plugins/Nudge/src/main.cpp
+++ b/plugins/Nudge/src/main.cpp
@@ -25,7 +25,7 @@ PLUGININFOEX pluginInfo={
sizeof(PLUGININFOEX),
"Nudge",
PLUGIN_MAKE_VERSION(0,0,2,0),
- "Plugin to shake the clist and chat window",
+ "Plugin to shake the clist and chat window.",
"Tweety/GouZ, FREAK_THEMIGHTY",
"francois.mean@skynet.be, Sylvain.gougouzian@gmail.com, wishmaster51@googlemail.com",
"copyright to the miranda community",
diff --git a/plugins/SeenPlugin/src/version.h b/plugins/SeenPlugin/src/version.h
index c8323a2235..03f23e4753 100644
--- a/plugins/SeenPlugin/src/version.h
+++ b/plugins/SeenPlugin/src/version.h
@@ -34,7 +34,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#define __PLUGIN_NAME "Last Seen Mod"
#define __INTERNAL_NAME "Last Seen"
#define __FILENAME "SeenPlugin.dll"
-#define __DESCRIPTION "Log when a user was last seen online and which users were online while you were away."
+#define __DESCRIPTION "Logs when a user was last seen online and which users were online while you were away."
#define __AUTHOR "Heiko Schillinger, YB"
#define __AUTHOREMAIL "y_b@saaplugin.no-ip.info"
#define __AUTHORWEB "http://miranda-ng.org/"