aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/python/Screens/ScanSetup.py2
1 files changed, 1 insertions, 1 deletions
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