fixes bug #342
authorStefan Pluecken <stefan.pluecken@multimedia-labs.de>
Sat, 13 Mar 2010 13:13:20 +0000 (14:13 +0100)
committerStefan Pluecken <stefan.pluecken@multimedia-labs.de>
Sat, 13 Mar 2010 13:48:36 +0000 (14:48 +0100)
change action map help text for long info button press

lib/python/Screens/InfoBarGenerics.py

index 8763108..b3bcc4a 100644 (file)
@@ -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,
                        })