diff options
| author | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2005-11-18 04:52:18 +0000 |
|---|---|---|
| committer | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2005-11-18 04:52:18 +0000 |
| commit | d2b1dcb3466ed5476094d9ff445d1df1b4ed14ff (patch) | |
| tree | 62f1914ce60487382604d7e94368ffb3c978c012 /lib/python/Screens/Setup.py | |
| parent | c6ea51ae3815f79d1584a2225e1fe48864ae4134 (diff) | |
| download | enigma2-d2b1dcb3466ed5476094d9ff445d1df1b4ed14ff.tar.gz enigma2-d2b1dcb3466ed5476094d9ff445d1df1b4ed14ff.zip | |
menu.xml and setup.xml are now translatable
the .po-generation is really bad Makefile-code
Diffstat (limited to 'lib/python/Screens/Setup.py')
| -rw-r--r-- | lib/python/Screens/Setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 == "": |
