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/StartupSilence/src/stdafx.h | |
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/StartupSilence/src/stdafx.h')
-rw-r--r-- | plugins/StartupSilence/src/stdafx.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/StartupSilence/src/stdafx.h b/plugins/StartupSilence/src/stdafx.h index 7ea2fb4367..d6d740dd49 100644 --- a/plugins/StartupSilence/src/stdafx.h +++ b/plugins/StartupSilence/src/stdafx.h @@ -61,8 +61,8 @@ INT_PTR SilenceConnection(WPARAM wParam, LPARAM lParam); #define SS_IS_OFF Translate("Silence At Startup is OFF")
#define TTBNAME Translate("Toggle Silence At Startup")
#define NOTICE TranslateT(MENU_NAME)
-#define NEEDTTBMOD TranslateT("You have to install \"TopToolBar\" to use this option.")
-#define NEEDPOPUP TranslateT("You have to install \"YAPP\" or \"Popup+\" to use this option.")
+#define NEEDTTBMOD TranslateT("You have to install TopToolBar plugin to use this option.")
+#define NEEDPOPUP TranslateT("You have to install YAPP or Popup+ plugin to use this option.")
static IconItem iconList[] = {
{MENU_NAME, MENU_NAME, IDI_SSICON},
|