summaryrefslogtreecommitdiff
path: root/plugins/Clist_mw
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Clist_mw')
-rw-r--r--plugins/Clist_mw/res/resource.rc4
-rw-r--r--plugins/Clist_mw/src/clcopts.cpp2
2 files changed, 3 insertions, 3 deletions
diff --git a/plugins/Clist_mw/res/resource.rc b/plugins/Clist_mw/res/resource.rc
index 95cfbbcb10..f3337f2f52 100644
--- a/plugins/Clist_mw/res/resource.rc
+++ b/plugins/Clist_mw/res/resource.rc
@@ -284,12 +284,12 @@ STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_VISIBLE
EXSTYLE WS_EX_CONTROLPARENT
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
- CONTROL "Use 'Meta' protocol icons for MetaContacts",IDC_META,
+ CONTROL "Use 'Meta' protocol icons for metacontacts",IDC_META,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,11,13,233,10
CONTROL "Avoid double click expand",IDC_METADBLCLK,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,11,29,233,10
CONTROL "Hide all extra icons for subcontacts",IDC_METASUBEXTRA,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,11,45,233,10
- GROUPBOX "MetaContacts supporting",-1,2,2,252,90
+ GROUPBOX "Metacontacts supporting",-1,2,2,252,90
CONTROL "Ignore empty extra icons places (arrange to right)",IDC_METASUBEXTRA_IGN,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,11,75,233,10
CONTROL "Hide offline subcontacts",IDC_METASUB_HIDEOFFLINE,
diff --git a/plugins/Clist_mw/src/clcopts.cpp b/plugins/Clist_mw/src/clcopts.cpp
index a859f095a1..2ce7736a7a 100644
--- a/plugins/Clist_mw/src/clcopts.cpp
+++ b/plugins/Clist_mw/src/clcopts.cpp
@@ -69,7 +69,7 @@ int ClcOptInit(WPARAM wParam, LPARAM lParam)
}
odp.pszTemplate = MAKEINTRESOURCEA(IDD_OPT_META_CLC);
- odp.pszTitle = LPGEN("List MetaContacts");
+ odp.pszTitle = LPGEN("List metacontacts");
odp.pfnDlgProc = DlgProcClcMetaOpts;
Options_AddPage(wParam, &odp);