add message "Please press OK to continue." to DefaultSatLists wizard's
authorStefan Pluecken <stefan.pluecken@multimedia-labs.de>
Fri, 11 Jul 2008 15:08:28 +0000 (15:08 +0000)
committerStefan Pluecken <stefan.pluecken@multimedia-labs.de>
Fri, 11 Jul 2008 15:08:28 +0000 (15:08 +0000)
last step

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