X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/bdbf663b67d46f79ba2163f6b7df377a63218092..7c01e1138eaef94a506371c3eccf66329af39e9b:/lib/python/Screens/ScanSetup.py 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