From 127008bba6c0b7d08a15a5c825fcfcf5f0a85e23 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 10 Mar 2004 18:19:41 +0000 Subject: spell Mandrakelinux in one word --- perl-install/install_steps_interactive.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/install_steps_interactive.pm') diff --git a/perl-install/install_steps_interactive.pm b/perl-install/install_steps_interactive.pm index 5cc38719e..2efaf83e8 100644 --- a/perl-install/install_steps_interactive.pm +++ b/perl-install/install_steps_interactive.pm @@ -779,7 +779,7 @@ Do you want to install the updates ?")), require crypto; eval { my @mirrors = do { - my $_w = $o->wait_message('', N("Contacting Mandrake Linux web site to get the list of available mirrors...")); + my $_w = $o->wait_message('', N("Contacting Mandrakelinux 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. -- cgit v1.2.1