diff options
author | Jeremy Katz <katzj@redhat.com> | 2004-11-07 18:19:52 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2004-11-07 18:19:52 +0000 |
commit | 8056582b0ebf532f0d6bee6ac07055795d7bb9e0 (patch) | |
tree | 4ac43d98b12cfc3113b5e7db79de0ae26c1b2e72 /textw | |
parent | c85171a80fd248d3e05977354c3b310ba677a6fb (diff) | |
download | anaconda-8056582b0ebf532f0d6bee6ac07055795d7bb9e0.tar.gz anaconda-8056582b0ebf532f0d6bee6ac07055795d7bb9e0.tar.xz anaconda-8056582b0ebf532f0d6bee6ac07055795d7bb9e0.zip |
2004-11-07 Jeremy Katz <katzj@redhat.com>
* iw/bootloader_main_gui.py: Don't reference boot
disks anymore (#135851)
* textw/bootloader_text.py: Likewise.
Diffstat (limited to 'textw')
-rw-r--r-- | textw/bootloader_text.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/textw/bootloader_text.py b/textw/bootloader_text.py index 8f7ef8ae6..ae39d3427 100644 --- a/textw/bootloader_text.py +++ b/textw/bootloader_text.py @@ -141,9 +141,7 @@ class BootloaderAppendWindow: rc = dispatch.intf.messageWindow(_("Warning"), _("Forcing the use of LBA32 for your bootloader when " "not supported by the BIOS can cause your machine " - "to be unable to boot. We highly recommend you " - "create a boot disk when asked later in the " - "install process.\n\n" + "to be unable to boot.\n\n" "Would you like to continue and force LBA32 mode?"), type = "yesno") |