summaryrefslogtreecommitdiff
path: root/protocols/JabberG/src/jabber_proto.cpp
diff options
context:
space:
mode:
authordartraiden <wowemuh@gmail.com>2017-05-13 20:09:34 +0300
committerdartraiden <wowemuh@gmail.com>2017-05-13 20:09:34 +0300
commit55a5a94aeaab59cef1e65e9b7761aa72e53003f3 (patch)
treeb9f567c3926dd222d20aca4dab0458d094dde4bb /protocols/JabberG/src/jabber_proto.cpp
parentdacd1524baa05b45425b8f2a3d573d9c60bc831d (diff)
Jabber: spelling correction
Diffstat (limited to 'protocols/JabberG/src/jabber_proto.cpp')
-rwxr-xr-xprotocols/JabberG/src/jabber_proto.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/JabberG/src/jabber_proto.cpp b/protocols/JabberG/src/jabber_proto.cpp
index 9d143d440c..4743906a8a 100755
--- a/protocols/JabberG/src/jabber_proto.cpp
+++ b/protocols/JabberG/src/jabber_proto.cpp
@@ -963,7 +963,7 @@ int __cdecl CJabberProto::SendMsg(MCONTACT hContact, int, const char* pszSrc)
//TODO: check if message encrypted for at least one session and return error if not
if (!OmemoEncryptMessage(m, msg, hContact))
{
- TFakeAckParams *param = new TFakeAckParams(hContact, Translate("OMEMO no valid sessions exists"));
+ TFakeAckParams *param = new TFakeAckParams(hContact, Translate("No valid OMEMO session exists"));
ForkThread(&CJabberProto::SendMessageAckThread, param);
return 0;
}