diff options
author | Mike Fulbright <msf@redhat.com> | 2002-12-17 02:27:45 +0000 |
---|---|---|
committer | Mike Fulbright <msf@redhat.com> | 2002-12-17 02:27:45 +0000 |
commit | 703ee2056ea8ef0b446e9bcb4d2d76904d0c1040 (patch) | |
tree | 6aa4e072712b1ce132573a6a2d958af680586b00 /iw/bootdisk_gui.py | |
parent | cebb605da7e257e5ea080219b4abe11b3fb35a4c (diff) | |
download | anaconda-703ee2056ea8ef0b446e9bcb4d2d76904d0c1040.tar.gz anaconda-703ee2056ea8ef0b446e9bcb4d2d76904d0c1040.tar.xz anaconda-703ee2056ea8ef0b446e9bcb4d2d76904d0c1040.zip |
fix for bug 72801
Diffstat (limited to 'iw/bootdisk_gui.py')
-rw-r--r-- | iw/bootdisk_gui.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/iw/bootdisk_gui.py b/iw/bootdisk_gui.py index 538942424..c26b19c60 100644 --- a/iw/bootdisk_gui.py +++ b/iw/bootdisk_gui.py @@ -52,12 +52,12 @@ class BootdiskWindow (InstallWindow): label = None text = _("The boot diskette allows you to boot your %s " - "system from a floppy diskette. A boot disk " - "allows you to boot your system if your " + "system from a floppy diskette. A boot diskette " + "allows you to boot your system in the event your " "bootloader configuration stops working, if you " "chose not to install a boot loader, or if your " "third-party boot loader does not support Linux.\n\nIt is " - "highly recommended you create a boot disk.\n") % (productName,) + "highly recommended you create a boot diskette.\n") % (productName,) label = gtk.Label (text) |