translate config element properly
[enigma2.git] / lib / python / Components / config.py
index 2056192fe05aa2a3b8e67a92a13e57850b83bf57..3328a1685a4b494705161b978563330853c08675 100644 (file)
@@ -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):