From f0319b7ccaee1dde854ffd1d5c1213781ac5cdb8 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 2 Mar 2004 15:53:45 +0000 Subject: (setupBootloader__general) fix wizard title now that drakboot --boot is a wizard like tool --- perl-install/any.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/any.pm') 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 { -- cgit v1.2.1