diff options
Diffstat (limited to 'lib/python/Screens/TimerEdit.py')
| -rw-r--r-- | lib/python/Screens/TimerEdit.py | 4 |
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): |
