diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2005-08-24 21:00:55 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2005-08-24 21:00:55 +0000 |
commit | 769e9d9732417b5a69dfad7b7a27946f4b549f49 (patch) | |
tree | 3635082cc92e1d56cea485d56b7edff72ae33c18 /perl-install/bootloader.pm | |
parent | 616ee5cb2a94a72d7a90dfb9427c5664293e792e (diff) | |
download | drakx-769e9d9732417b5a69dfad7b7a27946f4b549f49.tar drakx-769e9d9732417b5a69dfad7b7a27946f4b549f49.tar.gz drakx-769e9d9732417b5a69dfad7b7a27946f4b549f49.tar.bz2 drakx-769e9d9732417b5a69dfad7b7a27946f4b549f49.tar.xz drakx-769e9d9732417b5a69dfad7b7a27946f4b549f49.zip |
Grub really is named GRUB (and it makes the pull-down menu more consistent btw...)
Diffstat (limited to 'perl-install/bootloader.pm')
-rw-r--r-- | perl-install/bootloader.pm | 4 |
1 files changed, 2 insertions, 2 deletions
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}; } |