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 /iw/bootloader_main_gui.py | |
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 'iw/bootloader_main_gui.py')
-rw-r--r-- | iw/bootloader_main_gui.py | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/iw/bootloader_main_gui.py b/iw/bootloader_main_gui.py index 761383608..0da2ee432 100644 --- a/iw/bootloader_main_gui.py +++ b/iw/bootloader_main_gui.py @@ -90,15 +90,7 @@ class MainBootloaderWindow(InstallWindow): if self.none_radio.get_active() == gtk.TRUE: newrc = self.intf.messageWindow(_("Warning"), - _("You have selected not to " - "install a boot loader on " - "your system. You will " - "have to create a boot " - "disk to boot your system " - "with this option.\n\n" - "Would you like to " - "continue and not install " - "a boot loader?"), + _("You have elected to not install any boot loader. It is strongly recommended that you install a boot loader unless you have an advanced need. A boot loader is almost always required in order to reboot your system into Linux directly from the hard drive.\n\nWould you like to continue and not install a boot loader?") type = "custom", custom_buttons = [_("Cancel"), |