From 7d03ca58390038dc87ee51c5881ac22e9dacd1bb Mon Sep 17 00:00:00 2001 From: Dart Raiden Date: Thu, 25 Sep 2014 12:17:14 +0000 Subject: WhatsApp: decapitalization, spelling correction git-svn-id: http://svn.miranda-ng.org/main/trunk@10583 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/WhatsApp/src/proto.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols/WhatsApp/src/proto.cpp') diff --git a/protocols/WhatsApp/src/proto.cpp b/protocols/WhatsApp/src/proto.cpp index 270a82a30b..ad6f2f9d92 100644 --- a/protocols/WhatsApp/src/proto.cpp +++ b/protocols/WhatsApp/src/proto.cpp @@ -161,7 +161,7 @@ bool WhatsAppProto::Register(int state, const string &cc, const string &number, DBVARIANT dbv; if (WASocketConnection::hNetlibUser == NULL) { - NotifyEvent(m_tszUserName, TranslateT("Network-connection error."), NULL, WHATSAPP_EVENT_CLIENT); + NotifyEvent(m_tszUserName, TranslateT("Network connection error."), NULL, WHATSAPP_EVENT_CLIENT); return false; } -- cgit v1.2.3