summaryrefslogtreecommitdiffstats
path: root/yuminstall.py
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2008-01-16 18:30:07 -0500
committerChris Lumens <clumens@redhat.com>2008-01-16 18:30:07 -0500
commit811516f1e3d9282c489b3ca90c0d1897914dc856 (patch)
tree6b78d1e979c93b3e1a0838b4f202cfeccbaa8ef9 /yuminstall.py
parentfb64ae12017007fefe9e7473adbca68f0c36c3ec (diff)
downloadanaconda-811516f1e3d9282c489b3ca90c0d1897914dc856.tar.gz
anaconda-811516f1e3d9282c489b3ca90c0d1897914dc856.tar.xz
anaconda-811516f1e3d9282c489b3ca90c0d1897914dc856.zip
Don't offer two reboot options. That's not helpful.
Diffstat (limited to 'yuminstall.py')
-rw-r--r--yuminstall.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/yuminstall.py b/yuminstall.py
index 3eb3c0ce8..8068c9c38 100644
--- a/yuminstall.py
+++ b/yuminstall.py
@@ -526,7 +526,7 @@ class AnacondaYum(YumSorter):
if not self.isodir and self.currentMedia:
buttons = [_("Re_boot"), _("_Eject")]
else:
- buttons = [_("Re_boot"), _("_Reboot")]
+ buttons = [_("Re_boot"), _("_Retry")]
pkgFile = os.path.basename(package.returnSimple('relativepath'))
rc = self.anaconda.intf.messageWindow(_("Error"),