aboutsummaryrefslogtreecommitdiff
path: root/lib
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-13 14:48:36 +0100
commit83c9fa8a8b23dd75ac7941955d4528d9b9b64cfe (patch)
tree5cb4b3d1cab7c2d2497bacbc67a5f9ccc6f29c43 /lib
parentc3da26752068a3059d2dc2356c8b7c1ab2b850ed (diff)
downloadenigma2-83c9fa8a8b23dd75ac7941955d4528d9b9b64cfe.tar.gz
enigma2-83c9fa8a8b23dd75ac7941955d4528d9b9b64cfe.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.py2
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,
})