diff options
Diffstat (limited to 'lib/python/Screens/Menu.py')
| -rw-r--r-- | lib/python/Screens/Menu.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/python/Screens/Menu.py b/lib/python/Screens/Menu.py index ce7f2ea6..92039b42 100644 --- a/lib/python/Screens/Menu.py +++ b/lib/python/Screens/Menu.py @@ -238,6 +238,7 @@ class Menu(Screen): }) a = parent.getAttribute("title").encode("UTF-8") or None + a = a and _(a) if a is None: a = _(parent.getAttribute("text").encode("UTF-8")) self["title"] = StaticText(a) |
