summaryrefslogtreecommitdiff
path: root/plugins/SimpleStatusMsg
diff options
context:
space:
mode:
authorDart Raiden <wowemuh@gmail.com>2013-11-04 23:42:22 +0000
committerDart Raiden <wowemuh@gmail.com>2013-11-04 23:42:22 +0000
commit6273b7bfe9f1c20dd32bad9dfa06b3323372be87 (patch)
tree6ac9573142e2f99782944f01ad488690efe4b793 /plugins/SimpleStatusMsg
parente5a41d87624c428ef1a2930859039b6f4c11e70a (diff)
unneeded capitalization
git-svn-id: http://svn.miranda-ng.org/main/trunk@6777 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/SimpleStatusMsg')
-rw-r--r--plugins/SimpleStatusMsg/res/resource.rc2
-rw-r--r--plugins/SimpleStatusMsg/src/options.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/SimpleStatusMsg/res/resource.rc b/plugins/SimpleStatusMsg/res/resource.rc
index 9c48274f20..a492e2ad72 100644
--- a/plugins/SimpleStatusMsg/res/resource.rc
+++ b/plugins/SimpleStatusMsg/res/resource.rc
@@ -102,7 +102,7 @@ BEGIN
CONTROL "Do not change status message",IDC_ROPTPROTO2,"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,26,43,128,8
CONTROL "Always set the same message",IDC_ROPTPROTO3,"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,155,31,144,8
CONTROL "Do not set status message",IDC_ROPTPROTO4,"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,155,43,144,8
- GROUPBOX "Status Messages",IDC_STATIC,4,62,300,148,WS_GROUP
+ GROUPBOX "Status messages",IDC_STATIC,4,62,300,148,WS_GROUP
COMBOBOX IDC_CBOPTSTATUS,35,73,240,97,CBS_DROPDOWNLIST | WS_TABSTOP
PUSHBUTTON "Apply to all",IDC_BOPTSTATUS,215,90,60,13
CONTROL "Pop up dialog asking for new message",IDC_COPTMSG1,
diff --git a/plugins/SimpleStatusMsg/src/options.cpp b/plugins/SimpleStatusMsg/src/options.cpp
index b2f5004e12..acfad76106 100644
--- a/plugins/SimpleStatusMsg/src/options.cpp
+++ b/plugins/SimpleStatusMsg/src/options.cpp
@@ -1687,7 +1687,7 @@ int InitOptions(WPARAM wParam, LPARAM lParam)
odp.position = 870000000;
odp.pszTemplate = MAKEINTRESOURCEA(IDD_OPT_GENERAL);
- odp.pszTitle = LPGEN("Status Messages");
+ odp.pszTitle = LPGEN("Status messages");
odp.pszGroup = LPGEN("Status");
odp.pszTab = LPGEN("General");
odp.pfnDlgProc = DlgOptionsProc;