From 19c9aa7db13dc078b7aeee689a7bee708a455432 Mon Sep 17 00:00:00 2001 From: Dart Raiden Date: Mon, 6 Apr 2015 13:59:52 +0000 Subject: options section name as in other plugins git-svn-id: http://svn.miranda-ng.org/main/trunk@12631 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/StopSpamMod/src/options.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/StopSpamMod/src') 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; -- cgit v1.2.3