summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVadim Dashevskiy <watcherhd@gmail.com>2014-10-02 20:01:51 +0000
committerVadim Dashevskiy <watcherhd@gmail.com>2014-10-02 20:01:51 +0000
commit586c6e76fdd78bb6366c6cc64d16a06d5887f0d4 (patch)
treeb9cdb6bdf5e2534805b23bddd7719f0b10b3ab36
parentc9c613bc0131355019d900ea73c646deb6f127ac (diff)
git-svn-id: http://svn.miranda-ng.org/main/trunk@10671 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-rw-r--r--protocols/VKontakte/src/misc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/VKontakte/src/misc.cpp b/protocols/VKontakte/src/misc.cpp
index 7eb1a6dde2..2a3b930fa2 100644
--- a/protocols/VKontakte/src/misc.cpp
+++ b/protocols/VKontakte/src/misc.cpp
@@ -117,7 +117,7 @@ bool CVkProto::CheckJsonResult(AsyncHttpRequest *pReq, NETLIBHTTPREQUEST *reply,
pReq->m_iRetry--;
}
else{
- CMString msg, msgformat = TranslateT("Error %d. Data will not be send or received.");
+ CMString msg, msgformat = TranslateT("Error %d. Data will not be sent or received.");
msg.AppendFormat(msgformat, iErrorCode);
MsgPopup(NULL, msg.GetBuffer(), TranslateT("Error"), true);
}