diff options
Diffstat (limited to 'perl-install')
-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 f0c596835..89dc0e310 100644 --- a/perl-install/any.pm +++ b/perl-install/any.pm @@ -591,7 +591,7 @@ sub setupBootloader__entries { }; my @prev_entries = @{$b->{entries}}; - if ($in->ask_from__add_modify_remove('', + if ($in->ask_from__add_modify_remove(N("Bootloader Configuration"), N("Here are the entries on your boot menu so far. You can create additional entries or change the existing ones."), [ { format => sub { |