summaryrefslogtreecommitdiffstats
path: root/iw
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2001-07-23 21:00:10 +0000
committerMike Fulbright <msf@redhat.com>2001-07-23 21:00:10 +0000
commitd37c39832cfe4026cd9be4219a0a861763e3bb94 (patch)
tree58c1860b2b5fb3ef1bff9f5abe8bb051af3279b2 /iw
parent05dc30fdc3cdde94e84551926801895320ad3707 (diff)
downloadanaconda-d37c39832cfe4026cd9be4219a0a861763e3bb94.tar.gz
anaconda-d37c39832cfe4026cd9be4219a0a861763e3bb94.tar.xz
anaconda-d37c39832cfe4026cd9be4219a0a861763e3bb94.zip
need to show help in grub password screen
Diffstat (limited to 'iw')
-rw-r--r--iw/bootloaderpassword_gui.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/iw/bootloaderpassword_gui.py b/iw/bootloaderpassword_gui.py
index 41025a856..6fcf7efc4 100644
--- a/iw/bootloaderpassword_gui.py
+++ b/iw/bootloaderpassword_gui.py
@@ -21,6 +21,9 @@ import gui
class BootloaderPasswordWindow (InstallWindow):
+ windowTitle = N_("Boot Loader Password Configuration")
+ htmlTag = "grubpasswd"
+
def getNext (self):
if self.usegrubpasscb.get_active():
self.bl.setPassword(self.pw.get_text(), isCrypted = 0)