summaryrefslogtreecommitdiffstats
path: root/packages.py
diff options
context:
space:
mode:
Diffstat (limited to 'packages.py')
-rw-r--r--packages.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages.py b/packages.py
index 80e789298..83a30206b 100644
--- a/packages.py
+++ b/packages.py
@@ -440,8 +440,8 @@ class InstallCallback:
h['release']),
type="custom",
custom_icon="error",
- custom_buttons = [ _("Re_boot"),
- _("_Retry") ])
+ custom_buttons = [ _("_Retry"),
+ _("Re_boot") ])
if rc == 0:
rc = self.messageWindow(_("Warning"),
_("If you reboot, your system "