summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2006-01-02 17:57:20 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2006-01-02 17:57:20 +0000
commit37f0aed14e66244bb6e4795cfbaf00247ecc6852 (patch)
treead805081aaf7a42e5a5ed51b1a494a8c07f4d928
parent917229d40cd5a9c8d9892d8eaf9c3a2bb0b0d4d4 (diff)
downloaddrakx-backup-do-not-use-37f0aed14e66244bb6e4795cfbaf00247ecc6852.tar
drakx-backup-do-not-use-37f0aed14e66244bb6e4795cfbaf00247ecc6852.tar.gz
drakx-backup-do-not-use-37f0aed14e66244bb6e4795cfbaf00247ecc6852.tar.bz2
drakx-backup-do-not-use-37f0aed14e66244bb6e4795cfbaf00247ecc6852.tar.xz
drakx-backup-do-not-use-37f0aed14e66244bb6e4795cfbaf00247ecc6852.zip
typo fix (#13292)
-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+)/;