From: Stefan Pluecken Date: Sat, 13 Mar 2010 13:13:20 +0000 (+0100) Subject: fixes bug #342 X-Git-Tag: 2.8.0~29 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/f439d95e68c5a31bf18b643916b60c272755d5a6 fixes bug #342 change action map help text for long info button press --- 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, })