diff options
author | George Hazan <george.hazan@gmail.com> | 2014-05-12 14:40:06 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-05-12 14:40:06 +0000 |
commit | d034f8ba7148f9ea4b8a65ca0615e543d69655b6 (patch) | |
tree | 505ae457d26f06a5b6703a516998b0d639d0032f /protocols/JabberG | |
parent | 7efc6313f1188a0e50c683ec3bd933ac78dcb5e0 (diff) |
fix for a typo in Jabber
git-svn-id: http://svn.miranda-ng.org/main/trunk@9174 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/JabberG')
-rw-r--r-- | protocols/JabberG/src/jabber_proto.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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;
}
|