summaryrefslogtreecommitdiffstats
path: root/iw
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2002-12-17 02:25:00 +0000
committerMike Fulbright <msf@redhat.com>2002-12-17 02:25:00 +0000
commit722536f3a6d50505f231e200fdb41b307941763f (patch)
tree6e5e44f78580c25faf10812867decf961e605e11 /iw
parent63a36430e835000281f09f5ce2bd2c88122d4647 (diff)
downloadanaconda-722536f3a6d50505f231e200fdb41b307941763f.tar.gz
anaconda-722536f3a6d50505f231e200fdb41b307941763f.tar.xz
anaconda-722536f3a6d50505f231e200fdb41b307941763f.zip
fix for bug 72531
Diffstat (limited to 'iw')
-rw-r--r--iw/congrats_gui.py6
1 files changed, 4 insertions, 2 deletions
diff --git a/iw/congrats_gui.py b/iw/congrats_gui.py
index 9f94bd2ec..33e0fa7b9 100644
--- a/iw/congrats_gui.py
+++ b/iw/congrats_gui.py
@@ -50,8 +50,10 @@ class CongratulationWindow (InstallWindow):
hbox.pack_start (a, gtk.FALSE, gtk.FALSE, 36)
if iutil.getArch() != "ia64":
- bootstr = _("If you created a boot diskette to boot the "
- "system, insert it before rebooting.\n\n")
+ bootstr = _("If you created a boot diskette during this "
+ "installation as your primary means of "
+ "booting %s, insert it before "
+ "rebooting your newly installed system.\n\n") % (productName,)
else:
bootstr = ""