summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--plugins/NewStory/src/templates.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/NewStory/src/templates.cpp b/plugins/NewStory/src/templates.cpp
index 02f2523201..adb6ee94be 100644
--- a/plugins/NewStory/src/templates.cpp
+++ b/plugins/NewStory/src/templates.cpp
@@ -296,7 +296,7 @@ void vfDeleted(int, TemplateVars *vars, MCONTACT, ItemData *item)
void vfOther(int, TemplateVars *vars, MCONTACT, ItemData *)
{
// %M: the message string itself
- vars->SetVar('M', LPGENW("Unknown event"), false);
+ vars->SetVar('M', TranslateT("Unknown event"), false);
}
/////////////////////////////////////////////////////////////////////////////////////////