diff options
author | RMN <rmn@miranda-ng.org> | 2015-06-19 13:04:41 +0000 |
---|---|---|
committer | RMN <rmn@miranda-ng.org> | 2015-06-19 13:04:41 +0000 |
commit | d68cd04d6f7b997692476b531bdc30f546a50efd (patch) | |
tree | 00a9b845bb5becc08c529e0d64d10b5d9c1d7577 /plugins | |
parent | 171edab82a050ae69ee76361c4ccd1f81ce20107 (diff) |
Plugin descriptions changed
git-svn-id: http://svn.miranda-ng.org/main/trunk@14259 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins')
-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/"
|