Index: ipk/source/epg_autotimer_1_0/usr/lib/enigma2/python/Plugins/Extensions/AutoTimer/AutoTimerSettings.py
===================================================================
--- ipk/source/epg_autotimer_1_0/usr/lib/enigma2/python/Plugins/Extensions/AutoTimer/AutoTimerSettings.py	(revision 1755)
+++ ipk/source/epg_autotimer_1_0/usr/lib/enigma2/python/Plugins/Extensions/AutoTimer/AutoTimerSettings.py	(revision 1757)
@@ -43,6 +43,6 @@
 
 		# Initialize widgets
-		self["key_green"] = Label(_("OK"))
-		self["key_red"] = Label(_("Cancel"))
+		self["key_green"] = StaticText(_("OK"))
+		self["key_red"] = StaticText(_("Cancel"))
 
 		# Define Actions
Index: ipk/source/swapepg_autotimer_1_0/var/swap/Extensions/AutoTimer/AutoTimerSettings.py
===================================================================
--- ipk/source/swapepg_autotimer_1_0/var/swap/Extensions/AutoTimer/AutoTimerSettings.py	(revision 1755)
+++ ipk/source/swapepg_autotimer_1_0/var/swap/Extensions/AutoTimer/AutoTimerSettings.py	(revision 1757)
@@ -43,6 +43,6 @@
 
 		# Initialize widgets
-		self["key_green"] = Label(_("OK"))
-		self["key_red"] = Label(_("Cancel"))
+		self["key_green"] = StaticText(_("OK"))
+		self["key_red"] = StaticText(_("Cancel"))
 
 		# Define Actions
