add message "Please press OK to continue." to DefaultSatLists wizard's
[enigma2.git] / lib / python / Screens / ScanSetup.py
index 18995d10108b2f2867c2751d8cab67ed14477fac..2a80fcbe58f80b8f1642b90907cec7dc142d4097 100644 (file)
@@ -296,7 +296,7 @@ class DefaultSatLists(DefaultWizard):
                print "statusCallback:", status, progress
                from Components.DreamInfoHandler import DreamInfoHandler
                if status == DreamInfoHandler.STATUS_DONE:
-                       self["text"].setText(_("The installation of the default services lists is finished."))
+                       self["text"].setText(_("The installation of the default services lists is finished.") + "\n\n" + _("Please press OK to continue."))
                        self.markDone()
                        self.disableKeys = False