diff options
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"), |