From a484baa4c91ade3b7c7dd9e40ba63751da9d578c Mon Sep 17 00:00:00 2001 From: Sergey Bolhovskoy Date: Thu, 16 Apr 2015 08:14:26 +0000 Subject: VKontakte: TranslateT for invite text strings git-svn-id: http://svn.miranda-ng.org/main/trunk@12855 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/VKontakte/src/misc.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/protocols/VKontakte/src/misc.cpp b/protocols/VKontakte/src/misc.cpp index 1bc717248c..db0be8587d 100644 --- a/protocols/VKontakte/src/misc.cpp +++ b/protocols/VKontakte/src/misc.cpp @@ -799,9 +799,9 @@ CMString CVkProto::SpanVKNotificationType(CMString& tszType, VKObjType& vkFeedba { CVKNotification vkNotification[] = { // type, parent, feedback, string for translate - { _T("group"), vkInvite, vkNull, _T("has invited you to a group") }, - { _T("page"), vkInvite, vkNull, _T("has invited you to subscribe to a page") }, - { _T("event"), vkInvite, vkNull, _T("invites you to event") }, + { _T("group"), vkInvite, vkNull, TranslateT("has invited you to a group") }, + { _T("page"), vkInvite, vkNull, TranslateT("has invited you to subscribe to a page") }, + { _T("event"), vkInvite, vkNull, TranslateT("invites you to event") }, { _T("follow"), vkNull, vkUsers, _T("") }, { _T("friend_accepted"), vkNull, vkUsers, _T("") }, -- cgit v1.2.3