aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components
diff options
context:
space:
mode:
Diffstat (limited to 'lib/python/Components')
-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 51ac7606..7c7acc34 100644
--- a/lib/python/Components/config.py
+++ b/lib/python/Components/config.py
@@ -95,7 +95,7 @@ class configSelection:
returnValue = _(self.parent.vals[self.parent.value])
if not isinstance(returnValue, str):
- returnValue = returnValue[0]
+ returnValue = returnValue[1]
# FIXME: it's not really nice to translate this here.
# however, configSelections are persistent.