summaryrefslogtreecommitdiff
path: root/plugins/StartupSilence
diff options
context:
space:
mode:
authorRMN <rmn@miranda-ng.org>2015-04-08 19:09:51 +0000
committerRMN <rmn@miranda-ng.org>2015-04-08 19:09:51 +0000
commita805ea89de19c47fc6fe25e717efd9f808398cdd (patch)
tree3740f6ead274611517d737884f77f5d8f207023e /plugins/StartupSilence
parent66e780c034b6a297f7ace52e2d3414153da2b110 (diff)
- Grammar: "allow" should be always followed by an indirect object (or whatever they call it) before the infinitive
- Description of NewAwaySys changed git-svn-id: http://svn.miranda-ng.org/main/trunk@12681 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/StartupSilence')
-rw-r--r--plugins/StartupSilence/src/StartupSilence.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/StartupSilence/src/StartupSilence.h b/plugins/StartupSilence/src/StartupSilence.h
index faa492e9a8..4bd7745f18 100644
--- a/plugins/StartupSilence/src/StartupSilence.h
+++ b/plugins/StartupSilence/src/StartupSilence.h
@@ -54,7 +54,7 @@ INT_PTR SilenceConnection(WPARAM wParam, LPARAM lParam);
#define ALL_ENABLED TranslateT("Sounds and popups are enabled")
#define ALL_ENABLED_FLT LPGEN("Filtered mode ON")
#define ALL_DISABLED TranslateT("Sounds and popups are disabled temporarily")
-#define ALL_DISABLED_FLT TranslateT("Sounds and popups are disabled temporarily\nAllow mRadio or Weather popups, etc.")
+#define ALL_DISABLED_FLT TranslateT("Sounds and popups are disabled temporarily.\nmRadio or Weather popups, etc. are allowed.")
#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")