summaryrefslogtreecommitdiff
path: root/plugins/StartupSilence/src/StartupSilence.h
diff options
context:
space:
mode:
authorDart Raiden <wowemuh@gmail.com>2013-10-26 10:07:27 +0000
committerDart Raiden <wowemuh@gmail.com>2013-10-26 10:07:27 +0000
commit3f2700c657b8e4400804abdab2cdd514a431d8c7 (patch)
tree934cecd2614c2eaf6b73fe9aaaecdd3ba5918bca /plugins/StartupSilence/src/StartupSilence.h
parent798c6c6141e1d8c915a4afadca37669f86af0150 (diff)
StartupSilence: spelling correction (patch from RMN)
git-svn-id: http://svn.miranda-ng.org/main/trunk@6632 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/StartupSilence/src/StartupSilence.h')
-rw-r--r--plugins/StartupSilence/src/StartupSilence.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/StartupSilence/src/StartupSilence.h b/plugins/StartupSilence/src/StartupSilence.h
index 055ffa0448..ae85c86449 100644
--- a/plugins/StartupSilence/src/StartupSilence.h
+++ b/plugins/StartupSilence/src/StartupSilence.h
@@ -42,16 +42,16 @@ INT_PTR SturtupSilenceEnabled(WPARAM wParam, LPARAM lParam);
#define ENABLE_SILENCE LPGEN("Toggle Silence ON")
#define DISABLE_SILENCETTB LPGEN("Toggle Silence OFF TTB")
#define ENABLE_SILENCETTB LPGEN("Toggle Silence ON TTB")
-#define ALL_ENABLED TranslateT("Sounds and Popups are enabled")
-#define ALL_DISABLED TranslateT("Sounds and Popups are disabled temporary")
+#define ALL_ENABLED TranslateT("Sounds and popups are enabled")
+#define ALL_DISABLED TranslateT("Sounds and popups are disabled temporarily")
#define S_MODE_CHANGEDON TranslateT("Silent Startup mode changed to ON")
#define S_MODE_CHANGEDOFF TranslateT("Silent Startup mode changed to OFF")
#define SS_IS_ON Translate("Silence At Startup is ON")
#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("For use this option need TopToolBar module installed.")
-#define NEEDPOPUP TranslateT("For use this option need \"YAPP\" or \"PopUp+\" module installed.")
+#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[] = {
{MENU_NAME, MENU_NAME, IDI_SSICON},