diff options
author | RMN <rmn@miranda-ng.org> | 2015-11-30 17:33:01 +0000 |
---|---|---|
committer | RMN <rmn@miranda-ng.org> | 2015-11-30 17:33:01 +0000 |
commit | e1b7cc85f05b61001d26b4898a2ed87e0a34416f (patch) | |
tree | 2de69b02fc3cf161ef19d0a5c9e0ce6ea7fd4e06 | |
parent | 03f297618b09c1f3d9262bcd2cd7993828e88a0e (diff) |
Clist_nicer: menu sequence corrected
git-svn-id: http://svn.miranda-ng.org/main/trunk@15795 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-rw-r--r-- | plugins/Clist_nicer/res/resource.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Clist_nicer/res/resource.rc b/plugins/Clist_nicer/res/resource.rc index 1cdbe1c538..2f09bc3cce 100644 --- a/plugins/Clist_nicer/res/resource.rc +++ b/plugins/Clist_nicer/res/resource.rc @@ -487,7 +487,7 @@ BEGIN "Button",BS_AUTOCHECKBOX | WS_TABSTOP,18,111,182,11
GROUPBOX "Other",IDC_STATIC,7,125,197,96
CONTROL "Hide this contact from the list",IDC_HIDECONTACT,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,18,132,182,14
- LTEXT "To show a previously hidden contact, navigate to Options -> Events -> Ignore, search the contact in the list and tick the checkbox next to its name.",IDC_STATIC,18,146,182,34
+ LTEXT "To show a previously hidden contact, navigate to Options -> Contacts -> Ignore, search the contact in the list and tick the checkbox next to its name.",IDC_STATIC,18,146,182,34
GROUPBOX "Display options",IDC_STATIC,209,3,143,218
CONTROL "Show contact with priority",IDC_IGN_PRIORITY,"Button",BS_AUTOCHECKBOX | WS_DISABLED | WS_TABSTOP,219,13,127,11
LTEXT "Show avatar:",IDC_STATIC,225,28,94,11
|