From 4686f9b9420f2192ecc1cfb4ae7ace9e911dd2b9 Mon Sep 17 00:00:00 2001 From: dartraiden Date: Tue, 28 Feb 2023 02:33:21 +0300 Subject: WhatsApp: use terminology from the official client --- protocols/WhatsApp/src/options.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols/WhatsApp/src') 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()) -- cgit v1.2.3