diff options
-rw-r--r-- | langpacks/english/Plugins/StatusManager.txt | 1 | ||||
-rw-r--r-- | plugins/StatusManager/src/version.h | 4 |
2 files changed, 2 insertions, 3 deletions
diff --git a/langpacks/english/Plugins/StatusManager.txt b/langpacks/english/Plugins/StatusManager.txt index 977bd1d953..69109c1db3 100644 --- a/langpacks/english/Plugins/StatusManager.txt +++ b/langpacks/english/Plugins/StatusManager.txt @@ -5,6 +5,7 @@ ; Version: 0.11.0.0 ; Authors: P Boon ;============================================================ +[A connection checker and auto away module. Also allows you to define the status Miranda should set on startup, configurable per protocol.] ;file \plugins\StatusManager\res\resource.rc [Check connection] [Maximum retries (0 - infinite)] diff --git a/plugins/StatusManager/src/version.h b/plugins/StatusManager/src/version.h index a5e2a5b414..325fe819e5 100644 --- a/plugins/StatusManager/src/version.h +++ b/plugins/StatusManager/src/version.h @@ -10,9 +10,7 @@ // stuff that will be used in PluginInfo section and in Version resource #define __PLUGIN_NAME "Status manager" #define __FILENAME "StatusManager.dll" -#define __DESC "KeepStatus, A connection checker.\r\n\ -StartupStatus, allows you to define the status Miranda should set on startup, configurable per protocol.\r\n\ -An Auto Away module with some more options than the original." +#define __DESC "A connection checker and auto away module. Also allows you to define the status Miranda should set on startup, configurable per protocol." #define __AUTHOR "P Boon" #define __AUTHOREMAIL "unregistered@users.sourceforge.net" #define __AUTHORWEB "http://miranda-ng.org/p/StatusManager/" |