summaryrefslogtreecommitdiff
path: root/plugins/HistoryStats/src/dlgconfigure.cpp
diff options
context:
space:
mode:
authorVadim Dashevskiy <watcherhd@gmail.com>2014-03-06 20:12:37 +0000
committerVadim Dashevskiy <watcherhd@gmail.com>2014-03-06 20:12:37 +0000
commit693fbac515da1d30b632ee1f053829b8e3f801cd (patch)
tree3cc277bbda4dd3146232de5b3ef7f440f9a66b99 /plugins/HistoryStats/src/dlgconfigure.cpp
parent7f78de1c025a6a6be22bd7b6754a67097aa3a32f (diff)
IM <> MG
git-svn-id: http://svn.miranda-ng.org/main/trunk@8433 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/HistoryStats/src/dlgconfigure.cpp')
-rw-r--r--plugins/HistoryStats/src/dlgconfigure.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/HistoryStats/src/dlgconfigure.cpp b/plugins/HistoryStats/src/dlgconfigure.cpp
index 50ef62827d..33af5a88b1 100644
--- a/plugins/HistoryStats/src/dlgconfigure.cpp
+++ b/plugins/HistoryStats/src/dlgconfigure.cpp
@@ -89,7 +89,7 @@ void DlgConfigure::showModal()
{
if (g_bConfigureLock) {
MessageBox(0,
- TranslateT("You can't access the stand-alone configuration dialog of HistoryStats as long as the options dialog of Miranda IM is open. Please close the options dialog and try again.\r\n\r\nNote that the options offered by both dialogs are the same."),
+ TranslateT("You can't access the stand-alone configuration dialog of HistoryStats as long as the options dialog of Miranda NG is open. Please close the options dialog and try again.\r\n\r\nNote that the options offered by both dialogs are the same."),
TranslateT("HistoryStats - Warning"),
MB_ICONWARNING | MB_OK);