aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Screens/Ci.py
diff options
context:
space:
mode:
authorStefan Pluecken <stefan.pluecken@multimedia-labs.de>2005-11-17 21:43:50 +0000
committerStefan Pluecken <stefan.pluecken@multimedia-labs.de>2005-11-17 21:43:50 +0000
commit2fcfe7e7703ce61ccb532939b6e2132b8423b7c3 (patch)
tree2c1806b464aa6831b4dbf1c5ba302d8f4fb2b06c /lib/python/Screens/Ci.py
parent746b9083adb6a9b67a91476c11de6982b824b21c (diff)
downloadenigma2-2fcfe7e7703ce61ccb532939b6e2132b8423b7c3.tar.gz
enigma2-2fcfe7e7703ce61ccb532939b6e2132b8423b7c3.zip
translations
Diffstat (limited to 'lib/python/Screens/Ci.py')
-rw-r--r--lib/python/Screens/Ci.py2
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"],
{