diff options
Diffstat (limited to 'plugins/Clist_modern/res/resource.rc')
-rw-r--r-- | plugins/Clist_modern/res/resource.rc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/Clist_modern/res/resource.rc b/plugins/Clist_modern/res/resource.rc index 0069988101..65bc48f046 100644 --- a/plugins/Clist_modern/res/resource.rc +++ b/plugins/Clist_modern/res/resource.rc @@ -366,8 +366,8 @@ BEGIN CONTROL "Ask before deleting contacts",IDC_CONFIRMDELETE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,10,61,124,10
CONTROL "Don't move offline user to bottom",IDC_NOOFFLINEMOVE,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,153,77,141,10
- GROUPBOX "Contact List",IDC_STCLISTGROUP,2,8,142,84
- GROUPBOX "Contact List Sorting",IDC_STATIC,146,8,154,84,WS_GROUP
+ GROUPBOX "Contact list",IDC_STCLISTGROUP,2,8,142,84
+ GROUPBOX "Contact list sorting",IDC_STATIC,146,8,154,84,WS_GROUP
LTEXT "1st:",IDC_STATIC,153,19,14,8
LTEXT "2nd:",IDC_STATIC,153,35,14,8
LTEXT "3rd:",IDC_STATIC,153,49,14,8
|