aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Screens
diff options
context:
space:
mode:
authorStefan Pluecken <stefan.pluecken@multimedia-labs.de>2010-03-13 14:13:20 +0100
committerStefan Pluecken <stefan.pluecken@multimedia-labs.de>2010-03-31 00:01:38 +0200
commitf439d95e68c5a31bf18b643916b60c272755d5a6 (patch)
treefa051a901d663b36ab7951c5c64a88696e86d0e2 /lib/python/Screens
parentf9c85f244f88881da62c27b130a8675b1929ff8a (diff)
downloadenigma2-f439d95e68c5a31bf18b643916b60c272755d5a6.tar.gz
enigma2-f439d95e68c5a31bf18b643916b60c272755d5a6.zip
fixes bug #342
change action map help text for long info button press
Diffstat (limited to 'lib/python/Screens')
-rw-r--r--lib/python/Screens/InfoBarGenerics.py2
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,
})