diff options
author | dartraiden <wowemuh@gmail.com> | 2023-01-14 02:38:08 +0300 |
---|---|---|
committer | dartraiden <wowemuh@gmail.com> | 2023-01-14 02:38:08 +0300 |
commit | 4c80bb07590a69b69b9690f9c5bb426673282753 (patch) | |
tree | 34f8f3602c833e5f7818ae17773110708bc363b1 /plugins/Clist_modern/res/resource.rc | |
parent | de40f3be3f08487937525c2ef096dad665dda61d (diff) |
These are account names, not protocol names
Diffstat (limited to 'plugins/Clist_modern/res/resource.rc')
-rw-r--r-- | plugins/Clist_modern/res/resource.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Clist_modern/res/resource.rc b/plugins/Clist_modern/res/resource.rc index daaa0881bf..4ab8021d17 100644 --- a/plugins/Clist_modern/res/resource.rc +++ b/plugins/Clist_modern/res/resource.rc @@ -256,7 +256,7 @@ BEGIN "Button",BS_AUTOCHECKBOX | WS_TABSTOP,160,38,124,8
CONTROL "Hide account completely",IDC_SBAR_HIDE_ACCOUNT_COMPLETELY,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,160,48,134,8
- CONTROL "Show protocol names",IDC_SHOWPROTO,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,160,58,124,8
+ CONTROL "Show account names",IDC_SHOWPROTO,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,160,58,124,8
CONTROL "Show status name",IDC_SHOWSTATUS,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,160,68,124,8
CONTROL "Show xStatus name",IDC_SHOWXSTATUSNAME,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,160,78,124,8
CONTROL "Show protocol icon",IDC_SHOWICON,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,160,88,124,8
|