diff options
author | Funda Wang <fwang@mandriva.org> | 2005-05-20 05:56:29 +0000 |
---|---|---|
committer | Funda Wang <fwang@mandriva.org> | 2005-05-20 05:56:29 +0000 |
commit | 0c9a54ede8ea055a5d9f64d5ce18734290ca04b0 (patch) | |
tree | 697414e5ee7b317e3d34db435d72124877899726 /perl-install/install_steps_interactive.pm | |
parent | ba595445ed4eee7a23374140b9fbb5d907fef381 (diff) | |
download | drakx-0c9a54ede8ea055a5d9f64d5ce18734290ca04b0.tar drakx-0c9a54ede8ea055a5d9f64d5ce18734290ca04b0.tar.gz drakx-0c9a54ede8ea055a5d9f64d5ce18734290ca04b0.tar.bz2 drakx-0c9a54ede8ea055a5d9f64d5ce18734290ca04b0.tar.xz drakx-0c9a54ede8ea055a5d9f64d5ce18734290ca04b0.zip |
s/Mandrivalinux/Mandriva Linux/
Diffstat (limited to 'perl-install/install_steps_interactive.pm')
-rw-r--r-- | perl-install/install_steps_interactive.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm index a16716110..f2a420239 100644 --- a/perl-install/install_steps_interactive.pm +++ b/perl-install/install_steps_interactive.pm @@ -818,7 +818,7 @@ Do you want to install the updates?")), require crypto; eval { my @mirrors = do { - my $_w = $o->wait_message('', N("Contacting Mandrivalinux web site to get the list of available mirrors...")); + my $_w = $o->wait_message('', N("Contacting Mandriva Linux web site to get the list of available mirrors...")); crypto::mirrors($o->{distro_type}); }; #- if no mirror have been found, use current time zone and propose among available. |