diff options
author | Dart Raiden <wowemuh@gmail.com> | 2014-12-08 20:22:04 +0000 |
---|---|---|
committer | Dart Raiden <wowemuh@gmail.com> | 2014-12-08 20:22:04 +0000 |
commit | 444743f90602abd5d2117cc593c23fb64748a025 (patch) | |
tree | a7b60f22d8026b30e3472fb088abe5c4367de850 | |
parent | cfe9b78c2534fd4aa777237fc2dd7e06a02bb428 (diff) |
typo
git-svn-id: http://svn.miranda-ng.org/main/trunk@11281 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-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 0112fec402..b55f300883 100644 --- a/plugins/Clist_modern/res/resource.rc +++ b/plugins/Clist_modern/res/resource.rc @@ -625,7 +625,7 @@ BEGIN "Button",BS_AUTOCHECKBOX | WS_TABSTOP,19,36,234,8
CONTROL "Disable icon blinking",IDC_ICONBLINK,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,47,246,10
CONTROL "Hide groups icon",IDC_HIDE_GROUPSICON,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,75,127,8
- CONTROL "Always show ""Always visibile"" icon",IDC_ALWAYS_VISIBLEICON,
+ CONTROL "Always show ""Always visible"" icon",IDC_ALWAYS_VISIBLEICON,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,88,127,8
CONTROL "Use extra status icon instead protocol",IDC_USEXSTATUS,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,101,236,8
|