From acaf94d55e9e50747fc15fd772bc3468a9b6c1f9 Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Thu, 23 Oct 2014 12:13:36 +0000 Subject: typo - langpacks/english: update; - langpacks/russian: update; git-svn-id: http://svn.miranda-ng.org/main/trunk@10852 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/VKontakte/src/vk_thread.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'protocols/VKontakte/src/vk_thread.cpp') diff --git a/protocols/VKontakte/src/vk_thread.cpp b/protocols/VKontakte/src/vk_thread.cpp index eb50c7d4a4..b5e7ba5a57 100644 --- a/protocols/VKontakte/src/vk_thread.cpp +++ b/protocols/VKontakte/src/vk_thread.cpp @@ -1023,13 +1023,13 @@ INT_PTR __cdecl CVkProto::SvcBanUser(WPARAM hContact, LPARAM) code += "API.friends.delete({\"user_id\":userID});"; if (!tszVarWarning.IsEmpty()) tszVarWarning.AppendChar(L','); - tszVarWarning += TranslateT(" remove his/her from you frendlist"); + tszVarWarning += TranslateT(" remove him/her from you friend list"); } if (m_bRemoveFromClist){ debugLogA("CVkProto::SvcBanUser m_bRemoveFromClist = true"); if (!tszVarWarning.IsEmpty()) tszVarWarning.AppendChar(L','); - tszVarWarning += TranslateT(" remove his/her from you contact list"); + tszVarWarning += TranslateT(" remove him/her from you contact list"); } if (!tszVarWarning.IsEmpty()) -- cgit v1.2.3