X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/33ff21e8001266bd8d8f98e09540eef165790fca..63db9d7e8e9bcfbba428d9b5a951d2902d9579c6:/lib/python/Screens/Ci.py diff --git a/lib/python/Screens/Ci.py b/lib/python/Screens/Ci.py index 864a935a..7217cb72 100644 --- a/lib/python/Screens/Ci.py +++ b/lib/python/Screens/Ci.py @@ -10,7 +10,6 @@ from Components.HTMLComponent import * from Components.GUIComponent import * from Components.config import * -#from enigma import eListbox, eListboxPythonConfigContent from enigma import * #use this class to synchronize all ci to/from user communications @@ -30,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"], { @@ -45,6 +44,7 @@ class CiWait(Screen): if query == 0: #reset self.Timer.start(1000) #block 1 second print "reset" + eDVBCI_UI.getInstance().setReset(0) if query == 1: #init self.Timer.start(1000) #block 1 second print "init"