diff options
author | George Hazan <george.hazan@gmail.com> | 2015-01-01 16:07:24 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-01-01 16:07:24 +0000 |
commit | 9c437560e84d6f37af444162e97d03adc1ec16de (patch) | |
tree | 25371de6de932ca5bf34faaef7fcbaeefb7112d2 /plugins | |
parent | 8216bda9a71d0b4c8fd629ec9afd4404f5e95ed7 (diff) |
git-svn-id: http://svn.miranda-ng.org/main/trunk@11714 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins')
-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 8ca1c1252a..e8696ba0f9 100644 --- a/plugins/Clist_modern/res/resource.rc +++ b/plugins/Clist_modern/res/resource.rc @@ -446,14 +446,14 @@ BEGIN GROUPBOX "Icon mode", IDC_STATIC, 2, 80, 292, 110
- GROUPBOX "Statuses the same", IDC_STATIC, 8, 90, 138, 74
+ GROUPBOX "For similar statuses", IDC_STATIC, 8, 90, 138, 74
CONTROL "Global status", IDC_ICON_GLOBAL_S, "Button", BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP, 14, 100, 97, 10
CONTROL "Single account", IDC_ICON_ACC_S, "Button", BS_AUTORADIOBUTTON, 14, 116, 60, 10
CONTROL "Cycle icons", IDC_ICON_CYCLE_S, "Button", BS_AUTORADIOBUTTON, 14, 132, 97, 10
CONTROL "All accounts", IDC_ICON_ALL_S, "Button", BS_AUTORADIOBUTTON, 14, 148, 97, 10
COMBOBOX IDC_PRIMARYSTATUS_S, 80, 114, 60, 101, CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP | WS_DISABLED
- GROUPBOX "Statuses various", IDC_STATIC, 150, 90, 138, 74
+ GROUPBOX "For different statuses", IDC_STATIC, 150, 90, 138, 74
CONTROL "Global status", IDC_ICON_GLOBAL_V, "Button", BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP, 156, 100, 97, 10
CONTROL "Single account", IDC_ICON_ACC_V, "Button", BS_AUTORADIOBUTTON, 156, 116, 60, 10
CONTROL "Cycle icons", IDC_ICON_CYCLE_V, "Button", BS_AUTORADIOBUTTON, 156, 132, 97, 10
|