summaryrefslogtreecommitdiffstats
path: root/perl-install/install_any.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/install_any.pm')
-rw-r--r--perl-install/install_any.pm2
1 files changed, 1 insertions, 1 deletions
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+)/;