diff options
Diffstat (limited to 'lib/python')
| -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 b47418d8..d9fc0893 100644 --- a/lib/python/Screens/Setup.py +++ b/lib/python/Screens/Setup.py @@ -103,7 +103,7 @@ class Setup(Screen): self["config"] = ConfigList(list) - self["title"] = Label(myTitle); + self["title"] = Label(_(myTitle)); self["ok"] = Label("OK") self["cancel"] = Label("Cancel") |
