From e75aee450a95822677cdc63d3f6201bd79dce123 Mon Sep 17 00:00:00 2001 From: Andreas Monzner Date: Tue, 11 Jul 2006 22:40:20 +0000 Subject: make some texts translatable and translate it to german languag --- lib/python/Screens/InfoBar.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/python/Screens/InfoBar.py') diff --git a/lib/python/Screens/InfoBar.py b/lib/python/Screens/InfoBar.py index 372fad28..5d6e32a5 100644 --- a/lib/python/Screens/InfoBar.py +++ b/lib/python/Screens/InfoBar.py @@ -56,8 +56,8 @@ class InfoBar(InfoBarShowHide, InfoBarTeletextPlugin, InfoBarExtensions, InfoBarSubtitleSupport: x.__init__(self) - self.helpList.append((self["actions"], "InfobarActions", [("showMovies", "Watch a Movie...")])) - self.helpList.append((self["actions"], "InfobarActions", [("showRadio", "Hear Radio...")])) + self.helpList.append((self["actions"], "InfobarActions", [("showMovies", _("view recordings..."))])) + self.helpList.append((self["actions"], "InfobarActions", [("showRadio", _("hear radio..."))])) self["CurrentTime"] = Clock() -- cgit v1.2.3