diff options
Diffstat (limited to 'lib/python/Screens/Ci.py')
| -rw-r--r-- | lib/python/Screens/Ci.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Screens/Ci.py b/lib/python/Screens/Ci.py index fe34f4aa..7217cb72 100644 --- a/lib/python/Screens/Ci.py +++ b/lib/python/Screens/Ci.py @@ -29,7 +29,7 @@ class CiWait(Screen): def __init__(self, session, slot, query): Screen.__init__(self, session) - self["message"] = Label("waiting for CI...") + self["message"] = Label(_("waiting for CI...")) self["actions"] = ActionMap(["OkCancelActions"], { |
