summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/any.pm1
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]} } },