diff options
author | Dart Raiden <wowemuh@gmail.com> | 2015-05-23 21:07:27 +0000 |
---|---|---|
committer | Dart Raiden <wowemuh@gmail.com> | 2015-05-23 21:07:27 +0000 |
commit | 16a7467e196b6689a0a4238fd70b8bb11bf775a4 (patch) | |
tree | cb6d706aab3d42e22df0aab03afa7ed1b48ae941 /plugins/StartupSilence | |
parent | a0e03ac00522357794464e92a2074d0c6e9b95dc (diff) |
StartupSilence: as in the next line
git-svn-id: http://svn.miranda-ng.org/main/trunk@13801 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/StartupSilence')
-rw-r--r-- | plugins/StartupSilence/src/StartupSilence.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/StartupSilence/src/StartupSilence.h b/plugins/StartupSilence/src/StartupSilence.h index 4bd7745f18..f7c0c3043a 100644 --- a/plugins/StartupSilence/src/StartupSilence.h +++ b/plugins/StartupSilence/src/StartupSilence.h @@ -61,7 +61,7 @@ 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 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.")
static IconItem iconList[] = {
|