From af5b19827156bab74e209689b895a9e268e9b803 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 4 May 2020 16:32:06 +0300 Subject: =?UTF-8?q?fixes=20#2379=20(NewStory:=20=D0=BD=D0=B5=20=D0=BF?= =?UTF-8?q?=D0=B5=D1=80=D0=B5=D0=B2=D0=BE=D0=B4=D0=B8=D1=82=D1=81=D1=8F=20?= =?UTF-8?q?=D1=81=D1=82=D1=80=D0=BE=D0=BA=D0=B0=20"Unknown=20event"=20?= =?UTF-8?q?=D0=B2=20=D0=BF=D1=80=D0=B5=D0=B4=D0=BF=D1=80=D0=BE=D1=81=D0=BC?= =?UTF-8?q?=D0=BE=D1=82=D1=80=D0=B5=20=D1=88=D0=B0=D0=B1=D0=BB=D0=BE=D0=BD?= =?UTF-8?q?=D0=B0)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/NewStory/src/templates.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/NewStory/src/templates.cpp') 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); } ///////////////////////////////////////////////////////////////////////////////////////// -- cgit v1.2.3