From a354d546ece5c6d1713a3e0bc0618f557780a9c1 Mon Sep 17 00:00:00 2001 From: Konstantin Nikulin Date: Sat, 12 Oct 2013 20:45:13 +0000 Subject: typo git-svn-id: http://svn.miranda-ng.org/main/trunk@6464 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/WhatsApp/src/dialogs.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols/WhatsApp') diff --git a/protocols/WhatsApp/src/dialogs.cpp b/protocols/WhatsApp/src/dialogs.cpp index 9a2955b1d7..73f420f2f0 100644 --- a/protocols/WhatsApp/src/dialogs.cpp +++ b/protocols/WhatsApp/src/dialogs.cpp @@ -64,7 +64,7 @@ INT_PTR CALLBACK WhatsAppAccountProc(HWND hwnd, UINT message, WPARAM wparam, LPA if (LOWORD(wparam) == IDC_BUTTON_REQUEST_CODE) { - if (MessageBox(NULL, TranslateT("An SMS with registration-code will be sent to your mobile phone.\nNotice that you are not able to use the real WhatsApp and this plugin simultaneousley!\nContinue?"), + if (MessageBox(NULL, TranslateT("An SMS with registration-code will be sent to your mobile phone.\nNotice that you are not able to use the real WhatsApp and this plugin simultaneously!\nContinue?"), PRODUCT_NAME, MB_YESNO) == IDYES) { proto->Register(REG_STATE_REQ_CODE, string(cc), string(number), string()); -- cgit v1.2.3