summaryrefslogtreecommitdiffstats
path: root/packages.py
diff options
context:
space:
mode:
Diffstat (limited to 'packages.py')
-rw-r--r--packages.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/packages.py b/packages.py
index f2a8749b4..267bcef3c 100644
--- a/packages.py
+++ b/packages.py
@@ -49,8 +49,9 @@ def queryUpgradeContinue(intf, dir):
"you have chosen to upgrade have already been "
"mounted. You cannot go back past this point. "
"\n\n") +
- _( "Would you like to continue with the upgrade?"),
- type = "yesno")
+ _("Would you like to continue with the upgrade?"),
+ type="custom", custom_icon=["error","error"],
+ custom_buttons=[_("Reboot"), _("Yes")])
if rc == 0:
sys.exit(0)
return DISPATCH_FORWARD