From b1820641624e8882ded14306fba687f5e5cd75cd Mon Sep 17 00:00:00 2001 From: dartraiden Date: Sat, 6 Oct 2018 03:00:14 +0300 Subject: MRA: spelling correction --- protocols/MRA/src/MraProto.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocols/MRA/src/MraProto.cpp b/protocols/MRA/src/MraProto.cpp index d5335f9066..cd8448b080 100644 --- a/protocols/MRA/src/MraProto.cpp +++ b/protocols/MRA/src/MraProto.cpp @@ -378,7 +378,7 @@ int CMraProto::SendMsg(MCONTACT hContact, int, const char *lpszMessage) DWORD dwFlags = 0; CMStringW wszMessage(ptrW(mir_utf8decodeW(lpszMessage))); if (wszMessage.IsEmpty()) { - ProtoBroadcastAck(hContact, ACKTYPE_MESSAGE, ACKRESULT_FAILED, nullptr, (LPARAM)TranslateT("Cant allocate buffer for convert to unicode.")); + ProtoBroadcastAck(hContact, ACKTYPE_MESSAGE, ACKRESULT_FAILED, nullptr, (LPARAM)TranslateT("Can't allocate buffer for convert to Unicode.")); return 0; } -- cgit v1.2.3