summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2001-07-31 21:16:19 +0000
committerJeremy Katz <katzj@redhat.com>2001-07-31 21:16:19 +0000
commit624a145fd0f3a9cebe6c77fd1c00765a2562c8c8 (patch)
tree6838a4ee818f6e0091e6cad4c9916b472e1aca99
parent437c1541887fdf44cbb7d466ac90b3d4641dc051 (diff)
downloadanaconda-624a145fd0f3a9cebe6c77fd1c00765a2562c8c8.tar.gz
anaconda-624a145fd0f3a9cebe6c77fd1c00765a2562c8c8.tar.xz
anaconda-624a145fd0f3a9cebe6c77fd1c00765a2562c8c8.zip
just call it a boot loader password instead of GRUB password (49971)
-rw-r--r--iw/bootloaderpassword_gui.py2
-rw-r--r--textw/bootloader_text.py2
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."))