From 7698f560bce1d097c887cbee427e0389fa85eee6 Mon Sep 17 00:00:00 2001 From: Stefan Pluecken Date: Mon, 2 Jan 2006 16:48:29 +0000 Subject: update ok and cancel in the timer editor --- lib/python/Screens/TimerEntry.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'lib/python') diff --git a/lib/python/Screens/TimerEntry.py b/lib/python/Screens/TimerEntry.py index 966bbab4..5c18c419 100644 --- a/lib/python/Screens/TimerEntry.py +++ b/lib/python/Screens/TimerEntry.py @@ -14,8 +14,10 @@ class TimerEntry(Screen): Screen.__init__(self, session) self.timer = timer; - self["ok"] = Label("OK") - self["cancel"] = Label("Cancel") + self["oktext"] = Label(_("OK")) + self["canceltext"] = Label(_("Cancel")) + self["ok"] = Pixmap() + self["cancel"] = Pixmap() self.createConfig() -- cgit v1.2.3