diff options
author | Dart Raiden <wowemuh@gmail.com> | 2015-11-22 23:18:48 +0000 |
---|---|---|
committer | Dart Raiden <wowemuh@gmail.com> | 2015-11-22 23:18:48 +0000 |
commit | 9694b39590c43dfe7d3f09b94e543a0d8d75fe54 (patch) | |
tree | c3e19c0a0eab297f5b3e91b28bfc5cf374f7cbf3 /plugins/HwHotKeys | |
parent | e1308b0d84a661398f257c5f530677f20427639c (diff) |
spelling corrections
git-svn-id: http://svn.miranda-ng.org/main/trunk@15757 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/HwHotKeys')
-rw-r--r-- | plugins/HwHotKeys/src/Version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/HwHotKeys/src/Version.h b/plugins/HwHotKeys/src/Version.h index 5c4ffde6ea..d887b97c90 100644 --- a/plugins/HwHotKeys/src/Version.h +++ b/plugins/HwHotKeys/src/Version.h @@ -30,7 +30,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111 - 1307, USA. #define __PLUGIN_NAME "Hardware HotKeys" // dll-fileinfo "FileVersion" и "ProductName", меню в настройках миранды, название плагина в миранде. Нелокализуемое!
#define __FILENAME "HwHotKeys.dll" // dll-fileinfo "OriginalFilename"
-#define __DESCRIPTION_MIR "Hardware HotKeys plugin for Miranda NG\r\nAllows you to assign expanded multimedia keys (only for PS/2 keyboards)." // описание плагина в миранде (локализуемое)
+#define __DESCRIPTION_MIR "Allows you to assign expanded multimedia keys (only for PS/2 keyboards)." // описание плагина в миранде (локализуемое)
#define __DESCRIPTION_DLL "Hardware HotKeys plugin for Miranda NG." // описание плагина в dll-fileinfo "FileDescription" (там многострочные строки - не работают). Нелокализуемое!
#define __AUTHOR "Eugene f2065" // описание плагина в миранде
#define __AUTHOREMAIL "f2065@mail.ru" // описание плагина в миранде
|