From 3f2700c657b8e4400804abdab2cdd514a431d8c7 Mon Sep 17 00:00:00 2001 From: Dart Raiden Date: Sat, 26 Oct 2013 10:07:27 +0000 Subject: StartupSilence: spelling correction (patch from RMN) git-svn-id: http://svn.miranda-ng.org/main/trunk@6632 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/StartupSilence/res/StartupSilence.rc | 12 ++++++------ plugins/StartupSilence/src/StartupSilence.h | 8 ++++---- plugins/StartupSilence/src/version.h | 2 +- 3 files changed, 11 insertions(+), 11 deletions(-) (limited to 'plugins/StartupSilence') diff --git a/plugins/StartupSilence/res/StartupSilence.rc b/plugins/StartupSilence/res/StartupSilence.rc index 3266c4f309..6f10f1b79f 100644 --- a/plugins/StartupSilence/res/StartupSilence.rc +++ b/plugins/StartupSilence/res/StartupSilence.rc @@ -36,17 +36,17 @@ BEGIN EDITTEXT IDC_SSTIME,47,59,34,14,ES_AUTOHSCROLL | ES_NUMBER CONTROL "spin1",IDC_SSSPIN,"msctls_updown32",UDS_WRAP | UDS_SETBUDDYINT | UDS_ALIGNRIGHT | UDS_ARROWKEYS | UDS_NOTHOUSANDS | UDS_HOTTRACK,77,59,12,15 RTEXT "for",IDC_STATIC,13,61,25,9 - LTEXT "(10-300) seconds (Default 20).",IDC_STATIC,84,61,161,9 - CONTROL "Show PopUp notification",IDC_DELAY2,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,13,81,259,9 + LTEXT "10-300 seconds (Default 20)",IDC_STATIC,84,61,161,9 + CONTROL "Show Popup notification",IDC_DELAY2,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,13,81,259,9 EDITTEXT IDC_SSPOPUPTIME,47,95,34,14,ES_AUTOHSCROLL | ES_NUMBER CONTROL "spin2",IDC_SSSPIN2,"msctls_updown32",UDS_WRAP | UDS_SETBUDDYINT | UDS_ALIGNRIGHT | UDS_ARROWKEYS | UDS_NOTHOUSANDS | UDS_HOTTRACK,77,95,12,15 - LTEXT "PopUp time (1-30) seconds (Default 5).",IDC_STATIC,83,97,161,9 - CONTROL "Main Menu Item (plugin reload or miranda restart required).",IDC_MENU, + LTEXT "Popup time 1-30 seconds (Default 5)",IDC_STATIC,83,97,161,9 + CONTROL "Main Menu Item (plugin reload or Miranda restart required)",IDC_MENU, "Button",BS_AUTOCHECKBOX | WS_TABSTOP,13,115,259,9 - CONTROL "TopToolBar button (restart miranda required).",IDC_TTB, + CONTROL "TopToolBar button (Miranda restart required)",IDC_TTB, "Button",BS_AUTOCHECKBOX | WS_TABSTOP,13,134,259,9 PUSHBUTTON "Reset to default\r\n(for this computer)",IDC_RESETDEFAULT,202,183,100,23,BS_CENTER | BS_VCENTER | BS_MULTILINE | NOT WS_TABSTOP - CTEXT "You need configure it once for each computer, where you run your Maranda NG.",IDC_STATIC,11,152,286,28 + CTEXT "You need configure it once for each computer, where you run your Miranda NG.",IDC_STATIC,11,152,286,28 LTEXT "No Apply button required.",IDC_STATIC,12,196,184,8 END 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/" -- cgit v1.2.3