diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-08-23 19:20:52 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-08-23 19:20:52 +0000 |
commit | 099144a2305ca8aa36729c8f435a5ba86ab1e49e (patch) | |
tree | 289dd5490f1e12bb90ad67d57adfb53100353cbc /src/resource.rc | |
parent | 870cc7aa645b09528b0770f3c5cf8f544defeb94 (diff) |
- sync of ModernOpt and core Account Manager resources
git-svn-id: http://svn.miranda-ng.org/main/trunk@5795 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 5a6a2dc702..6205555f66 100644 --- a/src/resource.rc +++ b/src/resource.rc @@ -651,7 +651,7 @@ FONT 8, "MS Shell Dlg", 0, 0, 0x0 BEGIN
LISTBOX IDC_ACCLIST,0,0,162,192,LBS_SORT | LBS_OWNERDRAWVARIABLE | LBS_HASSTRINGS | LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_TABSTOP
LTEXT "Account information:",IDC_TXT_ACCOUNT,167,0,201,8
- LTEXT "Welcome to Miranda NG's account manager!\nHere you can set up your IM accounts.\n\nSelect an account from the list on the left to see the available options. Alternatively, just click on the ""New"" button underneath the list to set up a new IM account.",IDC_TXT_INFO,182,13,186,134
+ LTEXT "Welcome to Miranda NG's account manager!\nHere you can set up your IM accounts.\n\nSelect an account from the list on the left to see the available options. Alternatively, just click on the Plus sign underneath the list to set up a new IM account.",IDC_TXT_INFO,182,13,186,134
CONTROL "&Add...",IDC_ADD,"MButtonClass",WS_TABSTOP,0,196,16,14,WS_EX_NOACTIVATE | 0x10000000L
CONTROL "&Edit",IDC_EDIT,"MButtonClass",WS_TABSTOP,22,196,16,14,WS_EX_NOACTIVATE | 0x10000000L
CONTROL "&Options",IDC_OPTIONS,"MButtonClass",WS_TABSTOP,38,196,16,14,WS_EX_NOACTIVATE | 0x10000000L
|