summaryrefslogtreecommitdiff
path: root/plugins/StopSpamMod/res/stopspam.rc
diff options
context:
space:
mode:
authorVadim Dashevskiy <watcherhd@gmail.com>2013-12-18 10:47:23 +0000
committerVadim Dashevskiy <watcherhd@gmail.com>2013-12-18 10:47:23 +0000
commit50f17504c4ae30eab9ae9955491d4853be2ed22a (patch)
treec633eed60e872be8133c831853951d0774708d07 /plugins/StopSpamMod/res/stopspam.rc
parent3789398cf28c074cc25c9595c3ee6f353877310f (diff)
StopSpam Plus and Mod spelling (patch by RMN)
git-svn-id: http://svn.miranda-ng.org/main/trunk@7272 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/StopSpamMod/res/stopspam.rc')
-rwxr-xr-xplugins/StopSpamMod/res/stopspam.rc6
1 files changed, 3 insertions, 3 deletions
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