diff options
Diffstat (limited to 'perl-install/any.pm')
-rw-r--r-- | perl-install/any.pm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/perl-install/any.pm b/perl-install/any.pm index 9aad51502..c396a1b05 100644 --- a/perl-install/any.pm +++ b/perl-install/any.pm @@ -389,7 +389,7 @@ sub setupBootloader__general { $b->{password2} ||= $b->{password} ||= ''; $::Wizard_title = N("Boot Style Configuration"); - my (@boot_devices, %boot_devices); + my (@boot_devices, %boot_devices); if (is_uefi()) { @boot_devices = 'ESP'; %boot_devices = (ESP => N("EFI System partition")); @@ -406,10 +406,10 @@ sub setupBootloader__general { } } - $in->ask_from_({ #messages => N("Bootloader main options"), - title => N("Bootloader main options"), - interactive_help_id => 'setupBootloader', - }, [ + $in->ask_from_({ #messages => N("Bootloader main options"), + title => N("Bootloader main options"), + interactive_help_id => 'setupBootloader', + }, [ #title => N("Bootloader main options"), { label => N("Bootloader"), title => 1 }, { label => N("Bootloader to use"), val => \$b->{method}, |