diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-06-26 14:53:53 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-06-26 14:53:53 +0000 |
commit | 8eccc006ebc2f7a3a734492fd2dfc14027fdc5f3 (patch) | |
tree | 579d8663f9da73e2ccecf7a9499159abc01918ae /src/resource.rc | |
parent | c5a620896de63f31e576aee8b75c302219d0c746 (diff) |
- Old info message update
git-svn-id: http://svn.miranda-ng.org/main/trunk@5141 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src/resource.rc')
-rw-r--r-- | src/resource.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resource.rc b/src/resource.rc index b8b16247b6..543ed27077 100644 --- a/src/resource.rc +++ b/src/resource.rc @@ -70,7 +70,7 @@ BEGIN DEFPUSHBUTTON "&No",IDNO,172,38,65,14
CONTROL "Hide from list only, in order to keep their history and ignore/visibility settings",IDC_HIDE,
"Button",BS_AUTOCHECKBOX | BS_MULTILINE | WS_TABSTOP,7,65,270,9
- LTEXT "Use Options->Ignore (expert mode) to unhide contacts.",IDC_STATIC,20,78,257,8
+ LTEXT "Use Options->Contacts->Ignore to unhide contacts.",IDC_STATIC,20,78,257,8
CONTROL "Are you sure you want to delete %s?",IDC_TOPLINE,"Static",SS_SIMPLE | SS_NOPREFIX | WS_GROUP,7,7,270,8
LTEXT "This will erase all history and settings for this contact!",IDC_STATIC,7,18,239,14
END
|