diff options
Diffstat (limited to 'perl-install/any.pm')
-rw-r--r-- | perl-install/any.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/any.pm b/perl-install/any.pm index 61075ed6d..3aa4153be 100644 --- a/perl-install/any.pm +++ b/perl-install/any.pm @@ -205,9 +205,9 @@ sub setupBootloader__general { my $prev_boot = $b->{boot}; $b->{password2} ||= $b->{password} ||= ''; + $::Wizard_title = N("Boot Style Configuration"); if (arch() !~ /ppc/) { $in->ask_from_({ messages => N("Bootloader main options"), - title => N("Boot Style Configuration"), interactive_help_id => 'setupBootloader', callbacks => { complete => sub { |