diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2006-01-02 17:57:20 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2006-01-02 17:57:20 +0000 |
commit | 37f0aed14e66244bb6e4795cfbaf00247ecc6852 (patch) | |
tree | ad805081aaf7a42e5a5ed51b1a494a8c07f4d928 /perl-install | |
parent | 917229d40cd5a9c8d9892d8eaf9c3a2bb0b0d4d4 (diff) | |
download | drakx-37f0aed14e66244bb6e4795cfbaf00247ecc6852.tar drakx-37f0aed14e66244bb6e4795cfbaf00247ecc6852.tar.gz drakx-37f0aed14e66244bb6e4795cfbaf00247ecc6852.tar.bz2 drakx-37f0aed14e66244bb6e4795cfbaf00247ecc6852.tar.xz drakx-37f0aed14e66244bb6e4795cfbaf00247ecc6852.zip |
typo fix (#13292)
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/install_any.pm | 2 |
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+)/; |