From: Felix Domke Date: Fri, 7 Apr 2006 15:43:46 +0000 (+0000) Subject: fix typo X-Git-Tag: 2.6.0~3690 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/5f39b42abcb870214a68502ac51d1b9c3ec17597 fix typo --- 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.