summaryrefslogtreecommitdiff
path: root/plugins/StopSpamMod/src/options.cpp
diff options
context:
space:
mode:
authorDart Raiden <wowemuh@gmail.com>2015-04-06 13:59:52 +0000
committerDart Raiden <wowemuh@gmail.com>2015-04-06 13:59:52 +0000
commit19c9aa7db13dc078b7aeee689a7bee708a455432 (patch)
tree76355b9aaa0bffdd693df943f43679b1c1576ce5 /plugins/StopSpamMod/src/options.cpp
parent4110a3ae07db6fecafbee1ceb69a51c427a0d7c9 (diff)
options section name as in other plugins
git-svn-id: http://svn.miranda-ng.org/main/trunk@12631 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/StopSpamMod/src/options.cpp')
-rwxr-xr-xplugins/StopSpamMod/src/options.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/StopSpamMod/src/options.cpp b/plugins/StopSpamMod/src/options.cpp
index 12bbfbe010..23e9a601d1 100755
--- a/plugins/StopSpamMod/src/options.cpp
+++ b/plugins/StopSpamMod/src/options.cpp
@@ -351,7 +351,7 @@ HINSTANCE hInst;
MIRANDA_HOOK_EVENT(ME_OPT_INITIALISE, w, l)
{
OPTIONSDIALOGPAGE odp = { sizeof(odp) };
- odp.ptszGroup = LPGENT("Message Sessions");
+ odp.ptszGroup = LPGENT("Message sessions");
odp.ptszTitle = LPGENT("StopSpam");
odp.position = -1;
odp.hInstance = hInst;