From ef8a8bf5092d3beeedd7ffa45c73ff65ec3cab3c Mon Sep 17 00:00:00 2001 From: Stefan Pluecken Date: Fri, 11 Jul 2008 15:08:28 +0000 Subject: [PATCH] add message "Please press OK to continue." to DefaultSatLists wizard's last step --- lib/python/Screens/ScanSetup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/python/Screens/ScanSetup.py b/lib/python/Screens/ScanSetup.py index 18995d10..2a80fcbe 100644 --- a/lib/python/Screens/ScanSetup.py +++ b/lib/python/Screens/ScanSetup.py @@ -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 -- 2.30.2