diff options
Diffstat (limited to 'protocols/VKontakte')
-rw-r--r-- | protocols/VKontakte/src/misc.cpp | 6 |
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("") },
|