diff options
| author | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2010-03-13 14:13:20 +0100 |
|---|---|---|
| committer | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2010-03-13 14:48:36 +0100 |
| commit | 83c9fa8a8b23dd75ac7941955d4528d9b9b64cfe (patch) | |
| tree | 5cb4b3d1cab7c2d2497bacbc67a5f9ccc6f29c43 /lib/python | |
| parent | c3da26752068a3059d2dc2356c8b7c1ab2b850ed (diff) | |
| download | enigma2-83c9fa8a8b23dd75ac7941955d4528d9b9b64cfe.tar.gz enigma2-83c9fa8a8b23dd75ac7941955d4528d9b9b64cfe.zip | |
fixes bug #342
change action map help text for long info button press
Diffstat (limited to 'lib/python')
| -rw-r--r-- | lib/python/Screens/InfoBarGenerics.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Screens/InfoBarGenerics.py b/lib/python/Screens/InfoBarGenerics.py index 87631086..b3bcc4a0 100644 --- a/lib/python/Screens/InfoBarGenerics.py +++ b/lib/python/Screens/InfoBarGenerics.py @@ -487,7 +487,7 @@ class InfoBarEPG: self["EPGActions"] = HelpableActionMap(self, "InfobarEPGActions", { "showEventInfo": (self.openEventView, _("show EPG...")), - "showEventInfoPlugin": (self.showEventInfoPlugins, _("show single service EPG...")), + "showEventInfoPlugin": (self.showEventInfoPlugins, _("list of EPG views...")), "showInfobarOrEpgWhenInfobarAlreadyVisible": self.showEventInfoWhenNotVisible, }) |
