diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2004-01-14 13:25:35 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2004-01-14 13:25:35 +0000 |
commit | 5db37cbe151517799e8405518a2e06bc9609691c (patch) | |
tree | 23c20d7d8d0fb194c5a8bcb2ea752cff62a68a83 /perl-install/any.pm | |
parent | 2542f296e8ea67c7fecb3f2eb70fac000e893f58 (diff) | |
download | drakx-5db37cbe151517799e8405518a2e06bc9609691c.tar drakx-5db37cbe151517799e8405518a2e06bc9609691c.tar.gz drakx-5db37cbe151517799e8405518a2e06bc9609691c.tar.bz2 drakx-5db37cbe151517799e8405518a2e06bc9609691c.tar.xz drakx-5db37cbe151517799e8405518a2e06bc9609691c.zip |
move bootloader title from drakboot
Diffstat (limited to 'perl-install/any.pm')
-rw-r--r-- | perl-install/any.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/any.pm b/perl-install/any.pm index fb30e8bf3..d1940741c 100644 --- a/perl-install/any.pm +++ b/perl-install/any.pm @@ -203,6 +203,7 @@ sub setupBootloader__general { $b->{vga} ||= 'normal'; if (arch() !~ /ppc/) { $in->ask_from_({ messages => N("Bootloader main options"), + title => N("Boot Style Configuration"), interactive_help_id => 'setupBootloader', }, [ { label => N("Bootloader to use"), val => \$b->{method}, list => [ keys %$method_choices ], format => sub { $method_choices->{$_[0]} } }, |