aboutsummaryrefslogtreecommitdiff
path: root/lib/python
diff options
context:
space:
mode:
Diffstat (limited to 'lib/python')
-rw-r--r--lib/python/Components/config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Components/config.py b/lib/python/Components/config.py
index fda44795..c17e5aa1 100644
--- a/lib/python/Components/config.py
+++ b/lib/python/Components/config.py
@@ -616,7 +616,7 @@ def getConfigListEntry(description, element):
item = b.controlType(b)
return ((description, item))
-def configElementBoolean(name, default, texts=(_("Enable"), _("Disable"))):
+def configElementBoolean(name, default, texts=(_("Disable"), _("Enable"))):
return configElement(name, configSelection, default, texts)
config.misc = ConfigSubsection()