summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVadim Dashevskiy <watcherhd@gmail.com>2013-07-16 13:18:10 +0000
committerVadim Dashevskiy <watcherhd@gmail.com>2013-07-16 13:18:10 +0000
commit4d8a575e275f4401da577c97720559fb734f7dc3 (patch)
tree1a10f7b8f1d3c2896cbf65ae03bb0718d1485b47
parentb7ba413fea4561357ab6794d8e8135b3838679cf (diff)
Cosmetics
git-svn-id: http://svn.miranda-ng.org/main/trunk@5384 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-rw-r--r--src/core/stdchat/res/chat.rc4
-rw-r--r--src/modules/plugins/newplugins.cpp4
-rw-r--r--src/resource.rc2
3 files changed, 5 insertions, 5 deletions
diff --git a/src/core/stdchat/res/chat.rc b/src/core/stdchat/res/chat.rc
index 5469807430..69f19393cd 100644
--- a/src/core/stdchat/res/chat.rc
+++ b/src/core/stdchat/res/chat.rc
@@ -219,7 +219,7 @@ BEGIN
LTEXT "Timeout (s)",IDC_STATIC,33,138,92,8
LTEXT "Text",IDC_STATIC,141,83,49,8
LTEXT "Background",IDC_STATIC,201,83,67,8
- LTEXT "(The timeout require at least Popup plugin v 1.0.1.9. Setting it to 0 means default setting and -1 means indefinite time)",
+ LTEXT "(Setting timeout to 0 means default setting and -1 means indefinite time)",
IDC_STATIC,33,151,207,17
END
@@ -419,7 +419,7 @@ BEGIN
MENUITEM "", 65535
POPUP "Message"
BEGIN
- MENUITEM "Undo ", ID_MESSAGE_UNDO, GRAYED
+ MENUITEM "Undo", ID_MESSAGE_UNDO, GRAYED
MENUITEM "Redo", ID_MESSAGE_REDO, GRAYED
MENUITEM SEPARATOR
MENUITEM "Copy", ID_MESSAGE_COPY, GRAYED
diff --git a/src/modules/plugins/newplugins.cpp b/src/modules/plugins/newplugins.cpp
index a2c01627f8..f527dbabd2 100644
--- a/src/modules/plugins/newplugins.cpp
+++ b/src/modules/plugins/newplugins.cpp
@@ -150,7 +150,7 @@ int LoadStdPlugins()
}
if (pluginDefault[13].pImpl == NULL)
- MessageBox(NULL, TranslateT("No messaging plugins loaded. Please install/enable one of the messaging plugins, for instance, \"srmm.dll\""), _T("Miranda NG"), MB_OK | MB_ICONWARNING);
+ MessageBox(NULL, TranslateT("No messaging plugins loaded. Please install/enable one of the messaging plugins, for instance, \"StdMsg.dll\""), _T("Miranda NG"), MB_OK | MB_ICONWARNING);
return 0;
}
@@ -789,7 +789,7 @@ int LoadNewPluginsModule(void)
if (clistPlugins.getCount())
MessageBox(NULL, TranslateT("Unable to start any of the installed contact list plugins, I even ignored your preferences for which contact list couldn't load any."), _T("Miranda NG"), MB_OK | MB_ICONERROR);
else
- MessageBox(NULL, TranslateT("Can't find a contact list plugin! you need clist_classic or any other clist plugin.") , _T("Miranda NG"), MB_OK | MB_ICONERROR);
+ MessageBox(NULL, TranslateT("Can't find a contact list plugin! You need StdClist or any other clist plugin.") , _T("Miranda NG"), MB_OK | MB_ICONERROR);
return 1;
}
diff --git a/src/resource.rc b/src/resource.rc
index 1f0414355d..a642748766 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 ""New"" button 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