summaryrefslogtreecommitdiffstats
path: root/iw
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 /iw
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)
Diffstat (limited to 'iw')
-rw-r--r--iw/bootloaderpassword_gui.py2
1 files changed, 1 insertions, 1 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)