From 335929cf7b8838d4543484d2a76f383eb3b4017d Mon Sep 17 00:00:00 2001 From: Stefan Pluecken Date: Wed, 25 Jan 2006 00:50:16 +0000 Subject: fixed repeated timer displays and translated the weekdays to German --- lib/python/Screens/TimerEdit.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/python/Screens') diff --git a/lib/python/Screens/TimerEdit.py b/lib/python/Screens/TimerEdit.py index e12e29ae..b7a91ca5 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(_("enable")) + self["key_yellow"].setText(_("Enable")) else: - self["key_yellow"].setText(_("disable")) + self["key_yellow"].setText(_("Disable")) self["key_yellow"].instance.invalidate() def fillTimerList(self): -- cgit v1.2.3