summaryrefslogtreecommitdiff
path: root/plugins/HistoryStats/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/HistoryStats/src/main.cpp')
-rw-r--r--plugins/HistoryStats/src/main.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/HistoryStats/src/main.cpp b/plugins/HistoryStats/src/main.cpp
index 8d0d5470e4..5da8460d05 100644
--- a/plugins/HistoryStats/src/main.cpp
+++ b/plugins/HistoryStats/src/main.cpp
@@ -471,9 +471,9 @@ extern "C" __declspec(dllexport) int Load()
{
MessageBox(
0,
- _T("This version of HistoryStats isn't compatible with your Miranda IM ")
- _T("version. Possibly, your Miranda IM is outdated or you are trying to ")
- _T("use the Unicode version with a non-Unicode Miranda IM.\r\n\r\n")
+ _T("This version of HistoryStats isn't compatible with your Miranda NG ")
+ _T("version. Possibly, your Miranda NG is outdated or you are trying to ")
+ _T("use the Unicode version with a non-Unicode Miranda NG.\r\n\r\n")
_T("Please go to the plugin's homepage and check the requirements."),
_T("HistoryStats - Error"),
MB_OK | MB_ICONERROR);