diff options
author | Thierry Vignaud <tv@mandriva.org> | 2008-09-10 16:00:53 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2008-09-10 16:00:53 +0000 |
commit | 41fb912fb2310f76796df5aef3628589805103d7 (patch) | |
tree | 7e62251985f0910f81ef7961c409194ae01a3313 /perl-install/any.pm | |
parent | f5a18226b0b4b4f4f2db4982c3ac0ea1a4565cb1 (diff) | |
download | drakx-41fb912fb2310f76796df5aef3628589805103d7.tar drakx-41fb912fb2310f76796df5aef3628589805103d7.tar.gz drakx-41fb912fb2310f76796df5aef3628589805103d7.tar.bz2 drakx-41fb912fb2310f76796df5aef3628589805103d7.tar.xz drakx-41fb912fb2310f76796df5aef3628589805103d7.zip |
(setupBootloader__entries) add title to boot entries list window
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 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 { |