summaryrefslogtreecommitdiffstats
path: root/iw
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2004-11-07 18:56:00 +0000
committerJeremy Katz <katzj@redhat.com>2004-11-07 18:56:00 +0000
commit62e527787305efe9687bad93fb6a00810d7ac6af (patch)
tree1958936ea154c13868db02a306d47a7ee854451b /iw
parent6337a02989aca251f527f9bd0e2885e950e3f10b (diff)
downloadanaconda-62e527787305efe9687bad93fb6a00810d7ac6af.tar.gz
anaconda-62e527787305efe9687bad93fb6a00810d7ac6af.tar.xz
anaconda-62e527787305efe9687bad93fb6a00810d7ac6af.zip
2004-11-07 Jeremy Katz <katzj@redhat.com>
* iw/bootloader_advanced_gui.py: Don't reference boot disks anymore (#135851)
Diffstat (limited to 'iw')
-rw-r--r--iw/bootloader_advanced_gui.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/iw/bootloader_advanced_gui.py b/iw/bootloader_advanced_gui.py
index e5ebb7d8a..5fa73e710 100644
--- a/iw/bootloader_advanced_gui.py
+++ b/iw/bootloader_advanced_gui.py
@@ -42,9 +42,7 @@ class AdvancedBootloaderWindow(InstallWindow):
rc = self.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 = "custom",
custom_buttons = [_("Cancel"),