summaryrefslogtreecommitdiffstats
path: root/packages.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2005-04-27 05:33:59 +0000
committerJeremy Katz <katzj@redhat.com>2005-04-27 05:33:59 +0000
commit664502684a30430354360ec719b481abc1c73490 (patch)
tree7efc267106123476fadf2dc5f1c2e9f7564e7bc3 /packages.py
parent33e5d5120d564b556cd19cb2a7ad1f2e0983619c (diff)
downloadanaconda-664502684a30430354360ec719b481abc1c73490.tar.gz
anaconda-664502684a30430354360ec719b481abc1c73490.tar.xz
anaconda-664502684a30430354360ec719b481abc1c73490.zip
2005-04-27 Jeremy Katz <katzj@redhat.com>
* packages.py (InstallCallback.cb): Fix order of retry/reboot (#155884)
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 "