From 769e9d9732417b5a69dfad7b7a27946f4b549f49 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 24 Aug 2005 21:00:55 +0000 Subject: Grub really is named GRUB (and it makes the pull-down menu more consistent btw...) --- perl-install/bootloader.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'perl-install/bootloader.pm') diff --git a/perl-install/bootloader.pm b/perl-install/bootloader.pm index e7a9cbdd3..d6a384d0a 100644 --- a/perl-install/bootloader.pm +++ b/perl-install/bootloader.pm @@ -852,8 +852,8 @@ sub method2text { +{ 'lilo-graphic' => N("LILO with graphical menu"), 'lilo-menu' => N("LILO with text menu"), - 'grub-graphic' => N("Grub with graphical menu"), - 'grub-menu' => N("Grub with text menu"), + 'grub-graphic' => N("GRUB with graphical menu"), + 'grub-menu' => N("GRUB with text menu"), 'yaboot' => N("Yaboot"), }->{$method}; } -- cgit v1.2.1