X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/a996da519c52c9e468b30da93d8439ad49c875d5..7abb7f5343bc8f446b728af8e66e5fdb71a587e9:/lib/python/Components/config.py diff --git a/lib/python/Components/config.py b/lib/python/Components/config.py index 2056192f..3328a168 100644 --- a/lib/python/Components/config.py +++ b/lib/python/Components/config.py @@ -78,7 +78,7 @@ class configSelection: def __call__(self, selected): #needed by configlist self.checkValues() - return ("text", self.parent.vals[self.parent.value]) + return ("text", _(self.parent.vals[self.parent.value])) class configDateTime: def __init__(self, parent):