From d034f8ba7148f9ea4b8a65ca0615e543d69655b6 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 12 May 2014 14:40:06 +0000 Subject: fix for a typo in Jabber git-svn-id: http://svn.miranda-ng.org/main/trunk@9174 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/JabberG/src/jabber_proto.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols/JabberG') diff --git a/protocols/JabberG/src/jabber_proto.cpp b/protocols/JabberG/src/jabber_proto.cpp index 2d6434985b..c0f111eb1e 100644 --- a/protocols/JabberG/src/jabber_proto.cpp +++ b/protocols/JabberG/src/jabber_proto.cpp @@ -956,7 +956,7 @@ HANDLE __cdecl CJabberProto::SendFile(MCONTACT hContact, const TCHAR *szDescript || (jcb == JABBER_RESOURCE_CAPS_NONE) // XEP-0096 and OOB not supported? || !(jcb & (JABBER_CAPS_SI_FT | JABBER_CAPS_OOB))) { - MsgPopup(hContact, TranslateT("No compatible file transfer machanism exist"), item->jid); + MsgPopup(hContact, TranslateT("No compatible file transfer mechanism exists"), item->jid); return 0; } -- cgit v1.2.3