aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Screens/TimerEdit.py
diff options
context:
space:
mode:
authorStefan Pluecken <stefan.pluecken@multimedia-labs.de>2006-01-25 00:50:16 +0000
committerStefan Pluecken <stefan.pluecken@multimedia-labs.de>2006-01-25 00:50:16 +0000
commit335929cf7b8838d4543484d2a76f383eb3b4017d (patch)
tree40fc8b806afa25e86e03a0f4fd464317bbdf43e5 /lib/python/Screens/TimerEdit.py
parentffa400414c1c279d72179942b8ebc544803549ea (diff)
downloadenigma2-335929cf7b8838d4543484d2a76f383eb3b4017d.tar.gz
enigma2-335929cf7b8838d4543484d2a76f383eb3b4017d.zip
fixed repeated timer displays and translated the weekdays to German
Diffstat (limited to 'lib/python/Screens/TimerEdit.py')
-rw-r--r--lib/python/Screens/TimerEdit.py4
1 files changed, 2 insertions, 2 deletions
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):