From 5db37cbe151517799e8405518a2e06bc9609691c Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 14 Jan 2004 13:25:35 +0000 Subject: move bootloader title from drakboot --- perl-install/any.pm | 1 + 1 file changed, 1 insertion(+) 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]} } }, -- cgit v1.2.1