X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/438adb6467ed6396ffd5c2b1bdf789bed4a51b65..63db9d7e8e9bcfbba428d9b5a951d2902d9579c6:/lib/python/Screens/Ci.py 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"], {