aboutsummaryrefslogtreecommitdiff
path: root/lib/python
diff options
context:
space:
mode:
authorFraxinas <andreas.frisch@multimedia-labs.de>2008-11-20 22:54:11 +0100
committerFraxinas <andreas.frisch@multimedia-labs.de>2008-11-20 22:54:11 +0100
commit60fc8afd61923e8bbf949d04b73491862390b65f (patch)
tree05ff17087afa1279e1d2b6e80cd8371541aabb4f /lib/python
parent075bcb25231dc0e39314f3bb1bbd553f6535446d (diff)
downloadenigma2-60fc8afd61923e8bbf949d04b73491862390b65f.tar.gz
enigma2-60fc8afd61923e8bbf949d04b73491862390b65f.zip
fix keymap associations with INFO button
Diffstat (limited to 'lib/python')
-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 eb79c74e..b923340c 100644
--- a/lib/python/Screens/InfoBarGenerics.py
+++ b/lib/python/Screens/InfoBarGenerics.py
@@ -403,7 +403,7 @@ class InfoBarEPG:
self.eventView = None
self["EPGActions"] = HelpableActionMap(self, "InfobarEPGActions",
{
- "showEventView": (self.openEventView, _("show EPG...")),
+ "showEventInfo": (self.openEventView, _("show EPG...")),
"showEventInfoPlugin": (self.showEventInfoPlugins, _("show single service EPG...")),
"showInfobarOrEpgWhenInfobarAlreadyVisible": self.showEventInfoWhenNotVisible,
})