diff options
author | Dart Raiden <wowemuh@gmail.com> | 2014-02-11 18:31:57 +0000 |
---|---|---|
committer | Dart Raiden <wowemuh@gmail.com> | 2014-02-11 18:31:57 +0000 |
commit | 571a75e64683794c8f5a0a2f9046f470250def49 (patch) | |
tree | 905e4b4b17cc2e99a53f0547b434f7c3e59c36d3 /plugins/Spamotron | |
parent | 0d251cd7d22e0d0c4d0e68e5e34074cbec79a002 (diff) |
Spamotron: resource cosmetic, decapitalization
git-svn-id: http://svn.miranda-ng.org/main/trunk@8099 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Spamotron')
-rw-r--r-- | plugins/Spamotron/res/spamotron.rc | 2 | ||||
-rw-r--r-- | plugins/Spamotron/src/options.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/Spamotron/res/spamotron.rc b/plugins/Spamotron/res/spamotron.rc index b7a6bbd29b..6bd7870ca3 100644 --- a/plugins/Spamotron/res/spamotron.rc +++ b/plugins/Spamotron/res/spamotron.rc @@ -206,7 +206,7 @@ BEGIN GROUPBOX "Appearance",IDC_STATIC,8,41,293,181
CTEXT "Foreground",IDC_STATIC,126,54,50,8
CTEXT "Background",IDC_STATIC,184,54,50,8
- CTEXT "Timeout",IDC_STATIC,242,54,40,8
+ CTEXT "Timeout (sec)",IDC_STATIC,235,54,54,8
CONTROL "Contact blocked",IDC_OPT_POPUPS_NOTIFY_BLOCKED,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,16,67,105,10
CONTROL "",IDC_OPT_POPUPS_BLOCKED_FOREGROUND,"ColourPicker",WS_TABSTOP,126,67,50,10
CONTROL "",IDC_OPT_POPUPS_BLOCKED_BACKGROUND,"ColourPicker",WS_TABSTOP,184,67,50,10
diff --git a/plugins/Spamotron/src/options.cpp b/plugins/Spamotron/src/options.cpp index 1aa1f6c119..c68ef2cdd0 100644 --- a/plugins/Spamotron/src/options.cpp +++ b/plugins/Spamotron/src/options.cpp @@ -561,7 +561,7 @@ int OnOptInitialize(WPARAM wParam, LPARAM lParam) {
OPTIONSDIALOGPAGE odp = { sizeof(odp) };
odp.hInstance = hInst;
- odp.ptszGroup = LPGENT("Message Sessions");
+ odp.ptszGroup = LPGENT("Message sessions");
odp.ptszTitle = _T(PLUGIN_NAME);
odp.flags = ODPF_TCHAR | ODPF_BOLDGROUPS;
|