From 624a145fd0f3a9cebe6c77fd1c00765a2562c8c8 Mon Sep 17 00:00:00 2001 From: Jeremy Katz Date: Tue, 31 Jul 2001 21:16:19 +0000 Subject: just call it a boot loader password instead of GRUB password (49971) --- iw/bootloaderpassword_gui.py | 2 +- textw/bootloader_text.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/iw/bootloaderpassword_gui.py b/iw/bootloaderpassword_gui.py index a19018b30..90fe1f26f 100644 --- a/iw/bootloaderpassword_gui.py +++ b/iw/bootloaderpassword_gui.py @@ -62,7 +62,7 @@ class BootloaderPasswordWindow (InstallWindow): self.passtable = GtkTable (2, 2) self.passtable.set_row_spacings (5) self.passtable.set_col_spacings (5) - grubpassinfo = GtkLabel(_("A GRUB password prevents users from passing arbitrary options to the kernel. For highest security, we recommend setting a password, but this is not necessary for more casual users.")) + grubpassinfo = GtkLabel(_("A boot loader password prevents users from passing arbitrary options to the kernel. For highest security, we recommend setting a password, but this is not necessary for more casual users.")) self.password = None grubpassinfo.set_line_wrap(TRUE) grubpassinfo.set_usize(400, -1) diff --git a/textw/bootloader_text.py b/textw/bootloader_text.py index 32e202ec0..052d48cd2 100644 --- a/textw/bootloader_text.py +++ b/textw/bootloader_text.py @@ -359,7 +359,7 @@ class BootloaderPassword: buttons = ButtonBar(screen, [TEXT_OK_BUTTON, TEXT_BACK_BUTTON]) text = TextboxReflowed(55, - _("A GRUB password prevents users from passing arbitrary " + _("A boot loader password prevents users from passing arbitrary " "options to the kernel. For highest security, we " "recommend setting a password, but this is not " "necessary for more casual users.")) -- cgit