From ae2d143860cc759166784c2d11c9acc2de0a4211 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Sat, 27 Aug 2005 03:40:55 +0000 Subject: fill in missing titles for banners and specify icons --- perl-install/network/network.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/network/network.pm') diff --git a/perl-install/network/network.pm b/perl-install/network/network.pm index c781ca53c..afce07917 100644 --- a/perl-install/network/network.pm +++ b/perl-install/network/network.pm @@ -393,7 +393,7 @@ sub netprofile_read { sub miscellaneous_choose { my ($in, $u) = @_; - $in->ask_from('', + $in->ask_from(N("Proxies configuration"), N("Proxies configuration"), [ { label => N("HTTP proxy"), val => \$u->{http_proxy} }, { label => N("FTP proxy"), val => \$u->{ftp_proxy} }, -- cgit v1.2.1