From 23a7a4870f5a30e85bb24067c3d677ea0f26e83f Mon Sep 17 00:00:00 2001 From: Sergey Bolhovskoy Date: Wed, 24 Sep 2014 16:59:43 +0000 Subject: VKontakte: ruenglish fix git-svn-id: http://svn.miranda-ng.org/main/trunk@10572 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/VKontakte/src/vk_proto.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/protocols/VKontakte/src/vk_proto.cpp b/protocols/VKontakte/src/vk_proto.cpp index c240af46f7..09dccd9df1 100644 --- a/protocols/VKontakte/src/vk_proto.cpp +++ b/protocols/VKontakte/src/vk_proto.cpp @@ -463,13 +463,13 @@ void CVkProto::OnReceiveAuthRequest(NETLIBHTTPREQUEST *reply, AsyncHttpRequest * int iRet = json_as_int(pResponse); if (iRet == 2){ setByte(param->hContact, "friend", 1); - MsgPopup(param->hContact, TranslateT("User add as friend"), _T("")); + MsgPopup(param->hContact, TranslateT("User was added asfriend"), _T("")); } } else{ switch (param->iCount){ case VKERR_HIMSELF_AS_FRIEND: - MsgPopup(param->hContact, TranslateT("Cannot add user himself as friend"), TranslateT("Error")); + MsgPopup(param->hContact, TranslateT("You cannot add yourself as friend"), TranslateT("Error")); break; case VKERR_YOU_ON_BLACKLIST: MsgPopup(param->hContact, TranslateT("Cannot add this user to friends as they have put you on their blacklist"), TranslateT("Error")); -- cgit v1.2.3