diff options
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},
|