diff options
-rw-r--r-- | src/modules/protocols/protoopts.cpp | 2 | ||||
-rw-r--r-- | src/resource.rc | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/modules/protocols/protoopts.cpp b/src/modules/protocols/protoopts.cpp index ef19ec976f..66cb0ea48c 100644 --- a/src/modules/protocols/protoopts.cpp +++ b/src/modules/protocols/protoopts.cpp @@ -47,7 +47,7 @@ If you want to restart Miranda now, press Yes, if you want to upgrade another ac Use Miranda IM options dialogs to change it's preferences."
#define welcomeMsg \
-"Welcome to Miranda IM's account manager!\n \
+"Welcome to Miranda NG's account manager!\n \
Here you can set up your IM accounts.\n\n \
Select 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."
diff --git a/src/resource.rc b/src/resource.rc index 5ffd3e1bf9..c72e46dace 100644 --- a/src/resource.rc +++ b/src/resource.rc @@ -140,7 +140,7 @@ CAPTION "Options" FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
COMBOBOX IDC_KEYWORD_FILTER,336,6,88,79,CBS_DROPDOWN | CBS_SORT | WS_VSCROLL | WS_TABSTOP
- CONTROL "Options\nConfigure your Miranda Instant Messenger options",IDC_HEADERBAR,
+ CONTROL "Options\nConfigure your Miranda NG options",IDC_HEADERBAR,
"MHeaderbarCtrl",0x0,0,0,428,25
DEFPUSHBUTTON "OK",IDOK,265,283,50,14
PUSHBUTTON "Cancel",IDCANCEL,319,283,50,14
@@ -158,7 +158,7 @@ CAPTION "Options" FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
COMBOBOX IDC_KEYWORD_FILTER,336,37,88,79,CBS_DROPDOWN | CBS_SORT | NOT WS_VISIBLE | WS_VSCROLL | WS_TABSTOP
- CONTROL "Options\nConfigure your Miranda Instant Messenger options",IDC_HEADERBAR,
+ CONTROL "Options\nConfigure your Miranda NG options",IDC_HEADERBAR,
"MHeaderbarCtrl",0x0,0,0,325,25
DEFPUSHBUTTON "OK",IDOK,158,283,50,14
PUSHBUTTON "Cancel",IDCANCEL,212,283,50,14
|