summaryrefslogtreecommitdiff
path: root/protocols/WhatsApp/src
diff options
context:
space:
mode:
authorKonstantin Nikulin <apollo2k4@narod.ru>2013-10-12 20:45:13 +0000
committerKonstantin Nikulin <apollo2k4@narod.ru>2013-10-12 20:45:13 +0000
commita354d546ece5c6d1713a3e0bc0618f557780a9c1 (patch)
treebee387757364875ca5e836f42513fdc1595c8023 /protocols/WhatsApp/src
parent9a45def285b1f465d47314f73250877df6fa7756 (diff)
typo
git-svn-id: http://svn.miranda-ng.org/main/trunk@6464 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/WhatsApp/src')
-rw-r--r--protocols/WhatsApp/src/dialogs.cpp2
1 files changed, 1 insertions, 1 deletions
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());