diff options
author | dartraiden <wowemuh@gmail.com> | 2018-07-19 20:19:40 +0300 |
---|---|---|
committer | dartraiden <wowemuh@gmail.com> | 2018-07-19 20:19:40 +0300 |
commit | a7e66275d0718772a2f8ccb1088ffc3b370e8420 (patch) | |
tree | 02b8b9770dd7e6d11406e0b4c87ef37f6935f433 /plugins/ZeroSwitch | |
parent | c62893f3870cc1e22703790feeb0a666afe95af8 (diff) |
ZeroSwitch: fix hotkey in plugin description
Diffstat (limited to 'plugins/ZeroSwitch')
-rw-r--r-- | plugins/ZeroSwitch/src/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ZeroSwitch/src/version.h b/plugins/ZeroSwitch/src/version.h index bf44a22bc4..3beaeaeee7 100644 --- a/plugins/ZeroSwitch/src/version.h +++ b/plugins/ZeroSwitch/src/version.h @@ -7,7 +7,7 @@ #define __PLUGIN_NAME "Zero switch"
#define __FILENAME "ZeroSwitch.dll"
-#define __DESCRIPTION "Adds Miranda NG icon into Alt-Tab switch dialog even if Miranda's main window has style other Title bar."
+#define __DESCRIPTION "Adds Miranda NG icon into Alt+Tab switch dialog even if Miranda's main window has style other Title bar."
#define __AUTHOR "ZERO_BiT"
#define __AUTHORWEB "https://miranda-ng.org/p/ZeroSwitch/"
#define __COPYRIGHT "© 2007 ZERO_BiT"
|