summaryrefslogtreecommitdiffstats
path: root/iw
diff options
context:
space:
mode:
authorbfox <bfox>2001-06-27 06:00:50 +0000
committerbfox <bfox>2001-06-27 06:00:50 +0000
commit6913ccf627cd099559bf20926b63deb3a5a1f3cc (patch)
tree9c71021f3f3970a79c3acd1ec846421a14c05bf3 /iw
parenteff9308ce7b1ff952705130d576ffb25ab43bf27 (diff)
downloadanaconda-6913ccf627cd099559bf20926b63deb3a5a1f3cc.tar.gz
anaconda-6913ccf627cd099559bf20926b63deb3a5a1f3cc.tar.xz
anaconda-6913ccf627cd099559bf20926b63deb3a5a1f3cc.zip
refer to GRUB instead of LILO. We should probably change the name of this file too.
Diffstat (limited to 'iw')
-rw-r--r--iw/lilo_gui.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/iw/lilo_gui.py b/iw/lilo_gui.py
index 97f13616b..ff02e4b4f 100644
--- a/iw/lilo_gui.py
+++ b/iw/lilo_gui.py
@@ -21,7 +21,7 @@ class LiloWindow (InstallWindow):
checkMark_Off = foo.make_pixmap()
del foo
- windowTitle = N_("Lilo Configuration")
+ windowTitle = N_("Bootloader Configuration")
htmlTag = "lilo"
def getPrev (self):
@@ -256,7 +256,7 @@ class LiloWindow (InstallWindow):
spacer.set_usize(10, 1)
self.radioBox.attach(spacer, 0, 1, 2, 4, FALSE)
- label = GtkLabel(_("Install LILO boot record on:"))
+ label = GtkLabel(_("Install GRUB boot record on:"))
label.set_alignment(0.0, 0.5)
self.liloLocationBox = GtkVBox (FALSE, 0)
self.liloLocationBox.pack_start(label)