From faa3c2b6f6bbd518fa101d546fab31c8bda32e98 Mon Sep 17 00:00:00 2001 From: dartraiden Date: Wed, 6 May 2020 19:04:20 +0300 Subject: NewStory: fix for translation --- plugins/NewStory/src/templates.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/NewStory/src') diff --git a/plugins/NewStory/src/templates.cpp b/plugins/NewStory/src/templates.cpp index d86093cd61..e5fd6c6729 100644 --- a/plugins/NewStory/src/templates.cpp +++ b/plugins/NewStory/src/templates.cpp @@ -139,7 +139,7 @@ void vfContact(int, TemplateVars *vars, MCONTACT hContact, ItemData *) void vfSystem(int, TemplateVars *vars, MCONTACT hContact, ItemData *) { // %N: buddy's nick (not for messages) - vars->SetVar('N', LPGENW("System event"), false); + vars->SetVar('N', TranslateT("System event"), false); // %c: event count wchar_t buf[20]; -- cgit v1.2.3