summaryrefslogtreecommitdiff
path: root/protocols/VKontakte
diff options
context:
space:
mode:
authorSergey Bolhovskoy <elzorfox@ya.ru>2015-04-16 08:14:26 +0000
committerSergey Bolhovskoy <elzorfox@ya.ru>2015-04-16 08:14:26 +0000
commita484baa4c91ade3b7c7dd9e40ba63751da9d578c (patch)
tree3022c47ff9be14727c5ada248dbdd9686b217b02 /protocols/VKontakte
parentaf14f1f9cd058a61514c52327bc1c380581dbc26 (diff)
VKontakte: TranslateT for invite text strings
git-svn-id: http://svn.miranda-ng.org/main/trunk@12855 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/VKontakte')
-rw-r--r--protocols/VKontakte/src/misc.cpp6
1 files 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("") },