diff options
author | dartraiden <wowemuh@gmail.com> | 2020-05-06 19:04:20 +0300 |
---|---|---|
committer | dartraiden <wowemuh@gmail.com> | 2020-05-06 19:04:20 +0300 |
commit | faa3c2b6f6bbd518fa101d546fab31c8bda32e98 (patch) | |
tree | 67e19cf9ab007ed59a03693aa52023f13b8b5fe1 /plugins/NewStory | |
parent | fcf64d6cf349907726926eeb1bdf6d94cc4d9db7 (diff) |
NewStory: fix for translation
Diffstat (limited to 'plugins/NewStory')
-rw-r--r-- | plugins/NewStory/src/templates.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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]; |