diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2004-08-23 03:02:06 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2004-08-23 03:02:06 +0000 |
commit | 1678abc8d4a032891d016411dad231bd55ca30d1 (patch) | |
tree | 00b35ecb304bb58d4213dcdc81d1866e1a3ac081 /perl-install/install_any.pm | |
parent | 8ad006ef969c3a18cd41f2a6ec96dec8cee74b89 (diff) | |
download | drakx-1678abc8d4a032891d016411dad231bd55ca30d1.tar drakx-1678abc8d4a032891d016411dad231bd55ca30d1.tar.gz drakx-1678abc8d4a032891d016411dad231bd55ca30d1.tar.bz2 drakx-1678abc8d4a032891d016411dad231bd55ca30d1.tar.xz drakx-1678abc8d4a032891d016411dad231bd55ca30d1.zip |
aspell's typo fixes
Diffstat (limited to 'perl-install/install_any.pm')
-rw-r--r-- | perl-install/install_any.pm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/perl-install/install_any.pm b/perl-install/install_any.pm index 45b39b28a..ef70563eb 100644 --- a/perl-install/install_any.pm +++ b/perl-install/install_any.pm @@ -365,7 +365,7 @@ sub ask_if_suppl_media { my ($o) = @_; my $suppl = $o->ask_from_list_( '', formatAlaTeX( -#-PO: keep the double empty lines between sections, this is formated a la LaTeX +#-PO: keep the double empty lines between sections, this is formatted a la LaTeX N("The following media have been found and will be used during install: %s. @@ -624,7 +624,7 @@ sub warnAboutNaughtyServers { my @naughtyServers = pkgs::naughtyServers($o->{packages}) or return 1; my $r = $o->ask_from_list_('', formatAlaTeX( - #-PO: keep the double empty lines between sections, this is formated a la LaTeX + #-PO: keep the double empty lines between sections, this is formatted a la LaTeX N("You have selected the following server(s): %s @@ -647,7 +647,7 @@ sub warnAboutRemovedPackages { my @removedPackages = keys %{$packages->{state}{ask_remove} || {}} or return; if (!$o->ask_yesorno('', formatAlaTeX( - #-PO: keep the double empty lines between sections, this is formated a la LaTeX + #-PO: keep the double empty lines between sections, this is formatted a la LaTeX N("The following packages will be removed to allow upgrading your system: %s |