aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Screens/InfoBar.py
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2006-07-11 22:40:20 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2006-07-11 22:40:20 +0000
commite75aee450a95822677cdc63d3f6201bd79dce123 (patch)
tree27daaa2e5cb1022fd779c16569cdebf71266acf6 /lib/python/Screens/InfoBar.py
parent6734718e206768fa8a47afca7e68083b9019901a (diff)
downloadenigma2-e75aee450a95822677cdc63d3f6201bd79dce123.tar.gz
enigma2-e75aee450a95822677cdc63d3f6201bd79dce123.zip
make some texts translatable and translate it to german languag
Diffstat (limited to 'lib/python/Screens/InfoBar.py')
-rw-r--r--lib/python/Screens/InfoBar.py4
1 files changed, 2 insertions, 2 deletions
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()