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-31 00:01:38 +0200 |
| commit | f439d95e68c5a31bf18b643916b60c272755d5a6 (patch) | |
| tree | fa051a901d663b36ab7951c5c64a88696e86d0e2 /lib | |
| parent | f9c85f244f88881da62c27b130a8675b1929ff8a (diff) | |
| download | enigma2-f439d95e68c5a31bf18b643916b60c272755d5a6.tar.gz enigma2-f439d95e68c5a31bf18b643916b60c272755d5a6.zip | |
fixes bug #342
change action map help text for long info button press
Diffstat (limited to 'lib')
| -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 ca9ba550..4085e724 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, }) |
