From: Stefan Pluecken Date: Wed, 25 Jan 2006 00:20:17 +0000 (+0000) Subject: display correct action on the yellow button X-Git-Tag: 2.6.0~4297 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/ffa400414c1c279d72179942b8ebc544803549ea display correct action on the yellow button --- diff --git a/lib/python/Screens/TimerEdit.py b/lib/python/Screens/TimerEdit.py index 263af69f..e12e29ae 100644 --- a/lib/python/Screens/TimerEdit.py +++ b/lib/python/Screens/TimerEdit.py @@ -66,9 +66,9 @@ class TimerEditList(Screen): def updateState(self): if self["timerlist"].getCurrent()[0].disabled: - self["key_yellow"].setText(_("disable")) - else: self["key_yellow"].setText(_("enable")) + else: + self["key_yellow"].setText(_("disable")) self["key_yellow"].instance.invalidate() def fillTimerList(self):