From 5dad11b9f67e194af7d589f11b64f91c048fd2b3 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 28 Jun 2005 06:59:44 +0000 Subject: (ask_if_suppl_media) upcase protocol name --- perl-install/install_any.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/install_any.pm') diff --git a/perl-install/install_any.pm b/perl-install/install_any.pm index eccca9a18..7e23fddc4 100644 --- a/perl-install/install_any.pm +++ b/perl-install/install_any.pm @@ -415,7 +415,7 @@ Do you have a supplementary installation media to configure?", '', $msg, [ { val => \my $suppl, - list => [ N_("None"), N_("CD-ROM"), N_("Network (http)"), N_("Network (ftp)"), N_("Network (nfs)") ], + list => [ N_("None"), N_("CD-ROM"), N_("Network (http)"), N_("Network (ftp)"), N_("Network (NFS)") ], type => 'list', format => \&translate, } ], -- cgit v1.2.1