From: Felix Domke Date: Thu, 23 Feb 2006 00:53:54 +0000 (+0000) Subject: finally fix help regarding left/right for channel zapping X-Git-Tag: 2.6.0~4039 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/2da258f15c76a836b97861c3e5518455a24a6176 finally fix help regarding left/right for channel zapping --- diff --git a/lib/python/Screens/InfoBarGenerics.py b/lib/python/Screens/InfoBarGenerics.py index 8d436013..5065fb15 100644 --- a/lib/python/Screens/InfoBarGenerics.py +++ b/lib/python/Screens/InfoBarGenerics.py @@ -276,8 +276,8 @@ class InfoBarChannelSelection: { "switchChannelUp": self.switchChannelUp, "switchChannelDown": self.switchChannelDown, - "zapUp": (self.zapUp, _("next channel")), - "zapDown": (self.zapDown, _("previous channel")), + "zapUp": (self.zapUp, _("previous channel")), + "zapDown": (self.zapDown, _("next channel")), "historyBack": (self.historyBack, _("previous channel in history")), "historyNext": (self.historyNext, _("next channel in history")) })