From 4452f08ec9406c7abda32b7d0b5ea527bf97b137 Mon Sep 17 00:00:00 2001 From: Dart Raiden Date: Sun, 15 Jun 2014 23:40:47 +0000 Subject: WhatsApp: this version number leads to unnecessarily updates of language pack git-svn-id: http://svn.miranda-ng.org/main/trunk@9518 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/WhatsApp/src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocols/WhatsApp/src/main.cpp b/protocols/WhatsApp/src/main.cpp index 164d06ce72..02a8de2ddb 100644 --- a/protocols/WhatsApp/src/main.cpp +++ b/protocols/WhatsApp/src/main.cpp @@ -204,7 +204,7 @@ extern "C" int __declspec(dllexport) Load(void) if ( !UnpackRegisterUtility(g_hInstance, (TCHAR *)profilename)) { - ::MessageBox(NULL, TranslateT("Did not unpack registration utility WART-1.6.8.0.exe."), _T("WhatsApp"), MB_OK | MB_ICONERROR); + ::MessageBox(NULL, TranslateT("Did not unpack WART (registration utility)."), _T("WhatsApp"), MB_OK | MB_ICONERROR); return 1; } -- cgit v1.2.3