X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/334e49f88bb558bb2f07d47c77c7900074d5b7b8..5f39b42abcb870214a68502ac51d1b9c3ec17597:/lib/python/Components/config.py 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.