configSelection is now saved to config file in a human readable style
[enigma2.git] / lib / python / Components / RecordingConfig.py
index cf65f747cef2a8407a1c14889d14eb12ce5ef74b..99c15a66b834b003157e979a5751cd4a689d4dc8 100644 (file)
@@ -4,6 +4,6 @@ from enigma import *
 
 def InitRecordingConfig():
        config.recording = ConfigSubsection();
-       config.recording.asktozap = configElement("config.recording.asktozap", configSelection, 1, (_("yes"), _("no")) );
+       config.recording.asktozap = configElement("config.recording.asktozap", configSelection, 1, (("yes", _("yes")), ("no", _("no"))) );