summaryrefslogtreecommitdiff
path: root/protocols/WhatsApp/src/main.cpp
diff options
context:
space:
mode:
authorDart Raiden <wowemuh@gmail.com>2014-06-15 23:40:47 +0000
committerDart Raiden <wowemuh@gmail.com>2014-06-15 23:40:47 +0000
commit4452f08ec9406c7abda32b7d0b5ea527bf97b137 (patch)
tree088f8f729196da6d89492bf90e2b8e4593be0245 /protocols/WhatsApp/src/main.cpp
parent6eecbabbfcda8ee9794ddaff76718a52760a7004 (diff)
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
Diffstat (limited to 'protocols/WhatsApp/src/main.cpp')
-rw-r--r--protocols/WhatsApp/src/main.cpp2
1 files changed, 1 insertions, 1 deletions
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;
}