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/StopSpamMod/res/stopspam.rc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'plugins/StopSpamMod') diff --git a/plugins/StopSpamMod/res/stopspam.rc b/plugins/StopSpamMod/res/stopspam.rc index 859c00fa00..984c05d07c 100755 --- a/plugins/StopSpamMod/res/stopspam.rc +++ b/plugins/StopSpamMod/res/stopspam.rc @@ -28,7 +28,7 @@ IDD_MESSAGES DIALOGEX 0, 0, 302, 225 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,208,66,14,NOT WS_TABSTOP LTEXT "Answer:",IDC_STATIC,0,82,270,8 @@ -98,13 +98,13 @@ BEGIN CONTROL "Automatically grant authorization",IDC_AUTOAUTH,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,22,158,263,10 CONTROL "Request authorization from contacts which pass stopspam test",IDC_REQAUTH, "Button",BS_AUTOCHECKBOX | WS_TABSTOP,22,170,267,10 - 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,15,55,287,8 CONTROL "Use regex for answers checking",IDC_REGEX,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,15,111,287,10 CONTROL "Log Spammers to system history",IDC_HISTORY_LOG,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,15,121,218,10 CONTROL "Use math expression in question",IDC_MATH_QUESTION, "Button",BS_AUTOCHECKBOX | WS_TABSTOP,15,188,129,10 - PUSHBUTTON "Details..",IDC_MATH_DETAILS,152,187,50,14 + PUSHBUTTON "Details...",IDC_MATH_DETAILS,152,187,50,14 END -- cgit v1.2.3