From 41fb912fb2310f76796df5aef3628589805103d7 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 10 Sep 2008 16:00:53 +0000 Subject: (setupBootloader__entries) add title to boot entries list window --- perl-install/any.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install') 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 { -- cgit v1.2.1