diff options
Diffstat (limited to 'protocols/WhatsApp/src/options.cpp')
-rw-r--r-- | protocols/WhatsApp/src/options.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/WhatsApp/src/options.cpp b/protocols/WhatsApp/src/options.cpp index 073ac02d49..a680865708 100644 --- a/protocols/WhatsApp/src/options.cpp +++ b/protocols/WhatsApp/src/options.cpp @@ -59,7 +59,7 @@ public: void onClick_Unregister(CCtrlButton *)
{
- if (IDYES != MessageBoxW(0, TranslateT("Do you really want to unregister Miranda?"), m_proto->m_tszUserName, MB_ICONQUESTION | MB_YESNO))
+ if (IDYES != MessageBoxW(0, TranslateT("Do you really want to log out from account? You will have to link your devices again."), m_proto->m_tszUserName, MB_ICONQUESTION | MB_YESNO))
return;
if (m_proto->isOnline())
|