diff options
author | Dart Raiden <wowemuh@gmail.com> | 2013-10-26 10:07:27 +0000 |
---|---|---|
committer | Dart Raiden <wowemuh@gmail.com> | 2013-10-26 10:07:27 +0000 |
commit | 3f2700c657b8e4400804abdab2cdd514a431d8c7 (patch) | |
tree | 934cecd2614c2eaf6b73fe9aaaecdd3ba5918bca /plugins/StartupSilence/src | |
parent | 798c6c6141e1d8c915a4afadca37669f86af0150 (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')
-rw-r--r-- | plugins/StartupSilence/src/StartupSilence.h | 8 | ||||
-rw-r--r-- | plugins/StartupSilence/src/version.h | 2 |
2 files changed, 5 insertions, 5 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},
diff --git a/plugins/StartupSilence/src/version.h b/plugins/StartupSilence/src/version.h index 0d56110e4f..bebde25d8a 100644 --- a/plugins/StartupSilence/src/version.h +++ b/plugins/StartupSilence/src/version.h @@ -21,7 +21,7 @@ // stuff that will be used in PluginInfo section and in Version resource
#define __PLUGIN_NAME "StartupSilence"
#define __FILENAME "StartupSilence.dll"
-#define __DESC "Disabled ALL PopUps and Sounds for 10-300 sec at Miranda startup and Enabled it always for Miranda-NG (Automatically per computer settings)."
+#define __DESC "Disables ALL popups and sounds for 10-300 sec at Miranda startup and enables them always for Miranda NG (Automatically per computer settings)."
#define __AUTHOR "Vladimir Lyubimov"
#define __AUTHOREMAIL ""
#define __AUTHORWEB "http://miranda-ng.org/"
|