X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/acab01604673e3fb0d13e47f9ffb5c32e8d9dd07..6dbbf2167e1a8ca25dd2cd8e20bef82686b28f61:/lib/python/Screens/Setup.py diff --git a/lib/python/Screens/Setup.py b/lib/python/Screens/Setup.py index c6df96a1..b47418d8 100644 --- a/lib/python/Screens/Setup.py +++ b/lib/python/Screens/Setup.py @@ -38,7 +38,7 @@ class Setup(Screen): if x.nodeType != xml.dom.minidom.Element.nodeType: continue elif x.tagName == 'item': - ItemText = getValbyAttr(x, "text") + ItemText = _(getValbyAttr(x, "text")) b = eval(XMLTools.mergeText(x.childNodes)); print "item " + ItemText + " " + b.configPath if b == "":