From 0b68925ab45a20055c575540f35ae8df32b4e69d Mon Sep 17 00:00:00 2001 From: Wolfgang Rohdewald Date: Wed, 24 Dec 2008 12:04:12 +0100 Subject: add one missing i18n wrapper --- vdr_actions.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vdr_actions.c b/vdr_actions.c index 6e775b6..3c12b92 100644 --- a/vdr_actions.c +++ b/vdr_actions.c @@ -797,7 +797,7 @@ mgSetDefaultCollection::Enabled(mgActions on) { bool mgSetDefaultCollection::Execute () { Selosd ()->default_collection = selection ()->getCurrentValue(); - osd()->Message1 ("Default collection now is '%s'", + osd()->Message1 (tr("Default collection now is '%s'"), Selosd ()->default_collection.c_str()); return true; } -- cgit v1.2.3