diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2006-07-11 22:40:20 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2006-07-11 22:40:20 +0000 |
| commit | e75aee450a95822677cdc63d3f6201bd79dce123 (patch) | |
| tree | 27daaa2e5cb1022fd779c16569cdebf71266acf6 /lib/python/Screens/InfoBar.py | |
| parent | 6734718e206768fa8a47afca7e68083b9019901a (diff) | |
| download | enigma2-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.py | 4 |
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() |
