From f866da220b19c2f932aaf723c2731ce14f175381 Mon Sep 17 00:00:00 2001 From: dartraiden Date: Sat, 5 Nov 2022 17:57:36 +0300 Subject: WhatsApp: unify error message with IRC protocol --- protocols/WhatsApp/src/proto.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocols/WhatsApp/src/proto.cpp b/protocols/WhatsApp/src/proto.cpp index 64bc73a292..d101a26255 100644 --- a/protocols/WhatsApp/src/proto.cpp +++ b/protocols/WhatsApp/src/proto.cpp @@ -167,7 +167,7 @@ int WhatsAppProto::SetStatus(int new_status) return 0; if (!mir_wstrlen(m_wszNick)) { - Popup(0, LPGENW("You need to specify nick name in the Options dialog"), LPGENW("Error")); + Popup(0, LPGENW("Connection cannot be established! You have not completed all necessary fields (Nick)."), LPGENW("Error")); return 0; } -- cgit v1.2.3