From 6440934f69bcf910042b47e0aad62c4a7b26c3de Mon Sep 17 00:00:00 2001 From: Alexander Lantsev Date: Tue, 18 Aug 2015 19:02:28 +0000 Subject: Toaster: minor fixes git-svn-id: http://svn.miranda-ng.org/main/trunk@14991 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Toaster/src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/Toaster/src/main.cpp') diff --git a/plugins/Toaster/src/main.cpp b/plugins/Toaster/src/main.cpp index c5cf1d04ca..5158940d1b 100644 --- a/plugins/Toaster/src/main.cpp +++ b/plugins/Toaster/src/main.cpp @@ -32,7 +32,7 @@ extern "C" __declspec(dllexport) PLUGININFOEX* MirandaPluginInfoEx(DWORD) if (IsWinVer8Plus()) return &pluginInfo; - MessageBox(NULL, _T(MODULE" supports Windows 8 or higher"), _T(MODULE), MB_OK | MB_ICONERROR); + MessageBox(NULL, TranslateT("This plugin only supports Windows 8 or higher"), _T(MODULE), MB_OK | MB_ICONERROR); return NULL; } -- cgit v1.2.3