diff options
-rw-r--r-- | plugins/MyDetails/src/Version.h | 2 | ||||
-rw-r--r-- | plugins/PluginUpdater/src/Version.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/MyDetails/src/Version.h b/plugins/MyDetails/src/Version.h index bcc3b87b42..103abb5162 100644 --- a/plugins/MyDetails/src/Version.h +++ b/plugins/MyDetails/src/Version.h @@ -7,7 +7,7 @@ #define __PLUGIN_NAME "My details"
#define __FILENAME "MyDetails.dll"
-#define __DESCRIPTION "Shows and allows you to edit your details for all protocols."
+#define __DESCRIPTION "Shows and allows you to edit your details for all accounts."
#define __AUTHOR "Ricardo Pescuma Domenecci, Drugwash"
#define __AUTHOREMAIL ""
#define __AUTHORWEB "http://miranda-ng.org/p/MyDetails/"
diff --git a/plugins/PluginUpdater/src/Version.h b/plugins/PluginUpdater/src/Version.h index 03e4af1f87..09efeac785 100644 --- a/plugins/PluginUpdater/src/Version.h +++ b/plugins/PluginUpdater/src/Version.h @@ -7,7 +7,7 @@ #define __PLUGIN_NAME "Plugin updater"
#define __FILENAME "PluginUpdater.dll"
-#define __DESCRIPTION "Plugin updater for Miranda NG."
+#define __DESCRIPTION "Install and update plugins and other Miranda NG components."
#define __AUTHOR "Mataes, George Hazan"
#define __AUTHOREMAIL "mataes2007@gmail.com"
#define __AUTHORWEB "http://miranda-ng.org/p/PluginUpdater/"
|