X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/db2fb2d1b2d807cc389a429881886d4a40e763e1..b8783e5b26a7dd0601bece623c4cbfe19f57977b:/lib/python/Components/config.py 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()