diff options
author | Jeremy Katz <katzj@redhat.com> | 2004-11-08 22:12:03 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2004-11-08 22:12:03 +0000 |
commit | 191ed85f252c2dfea8f9192cdf4928a1f43ede56 (patch) | |
tree | 8b720fe3b1d70b2b6ad51ae95b9f6d9bf2636cd7 /iw | |
parent | 17c06d721eadd14637f4916de6743048773c6236 (diff) | |
download | anaconda-191ed85f252c2dfea8f9192cdf4928a1f43ede56.tar.gz anaconda-191ed85f252c2dfea8f9192cdf4928a1f43ede56.tar.xz anaconda-191ed85f252c2dfea8f9192cdf4928a1f43ede56.zip |
2004-11-08 Jeremy Katz <katzj@redhat.com>
* iw/bootloader_main_gui.py
(MainBootloaderWindow.changeBootloaderCallback): Fix syntax.
Diffstat (limited to 'iw')
-rw-r--r-- | iw/bootloader_main_gui.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/iw/bootloader_main_gui.py b/iw/bootloader_main_gui.py index 0da2ee432..27490fd76 100644 --- a/iw/bootloader_main_gui.py +++ b/iw/bootloader_main_gui.py @@ -90,7 +90,7 @@ class MainBootloaderWindow(InstallWindow): if self.none_radio.get_active() == gtk.TRUE: newrc = self.intf.messageWindow(_("Warning"), - _("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?") + _("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"), |