From 37f0aed14e66244bb6e4795cfbaf00247ecc6852 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 2 Jan 2006 17:57:20 +0000 Subject: typo fix (#13292) --- perl-install/install_any.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-install/install_any.pm b/perl-install/install_any.pm index 9e96b0ddf..6e65e8c0e 100644 --- a/perl-install/install_any.pm +++ b/perl-install/install_any.pm @@ -409,7 +409,7 @@ sub ask_if_suppl_media { N("The following media have been found and will be used during install: %s. -Do you have a supplementary installation media to configure?", +Do you have a supplementary installation medium to configure?", join ", ", uniq(sort { (my $x) = $a =~ /CD(\d+)/; (my $y) = $b =~ /CD(\d+)/; -- cgit v1.2.1