From 50f17504c4ae30eab9ae9955491d4853be2ed22a Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Wed, 18 Dec 2013 10:47:23 +0000 Subject: StopSpam Plus and Mod spelling (patch by RMN) git-svn-id: http://svn.miranda-ng.org/main/trunk@7272 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/StopSpamPlus/res/stopspam.rc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'plugins/StopSpamPlus') diff --git a/plugins/StopSpamPlus/res/stopspam.rc b/plugins/StopSpamPlus/res/stopspam.rc index 35dbf3ffac..19d92038a8 100644 --- a/plugins/StopSpamPlus/res/stopspam.rc +++ b/plugins/StopSpamPlus/res/stopspam.rc @@ -28,7 +28,7 @@ IDD_MESSAGES DIALOGEX 0, 0, 302, 232 STYLE DS_SETFONT | DS_FIXEDSYS | DS_CONTROL | WS_POPUP | WS_SYSMENU FONT 8, "MS Shell Dlg", 400, 0, 0x1 BEGIN - LTEXT "Question: (Ctrl-Enter for carriage return)",IDC_STATIC,0,5,156,8 + LTEXT "Question (Ctrl+Enter for carriage return):",IDC_STATIC,0,5,156,8 EDITTEXT ID_QUESTION,0,17,300,57,ES_MULTILINE | ES_AUTOVSCROLL | WS_VSCROLL PUSHBUTTON "Restore defaults",ID_RESTOREDEFAULTS,234,213,66,14,NOT WS_TABSTOP LTEXT "Answer (Use divider to separate answers):",IDC_STATIC,0,82,240,8 @@ -37,7 +37,7 @@ BEGIN EDITTEXT ID_CONGRATULATION,0,125,300,34,ES_MULTILINE | ES_AUTOVSCROLL | WS_VSCROLL LTEXT "Auth. request reply:",IDC_STATIC,0,161,270,8 EDITTEXT ID_AUTHREPL,0,174,300,35,ES_MULTILINE | ES_AUTOVSCROLL | WS_VSCROLL - LTEXT "Divider:",IDC_STATIC,255,82,31,8 + LTEXT "Divider:",IDC_STATIC,255,82,45,8 EDITTEXT ID_DIVIDER,255,94,25,14 CONTROL "Vars",IDC_VARS,"MButtonClass",WS_TABSTOP,1,211,16,16 END @@ -63,7 +63,7 @@ BEGIN CONTROL "Add contact permanently",ID_ADDPERMANENT,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,12,121,282,8 CONTROL "Enable auth. requests blocking",ID_HANDLEAUTHREQ,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,12,133,270,8 CONTROL "Answer is not case sensitive",ID_NOTCASESENS,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,12,145,282,8 - CONTROL "Remove all tempory contacts after restart",ID_REMOVE_TMP_ALL, + CONTROL "Remove all temporary contacts after restart",ID_REMOVE_TMP_ALL, "Button",BS_AUTOCHECKBOX | WS_TABSTOP,12,157,282,8 CONTROL "Log Spammers to system history",ID_HISTORY_LOG,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,12,169,282,8 END -- cgit v1.2.3