From 424f21c103811b61abfb7475f201d8fc98f4def3 Mon Sep 17 00:00:00 2001 From: Pablo Saratxaga Date: Tue, 21 Jan 2003 12:29:06 +0000 Subject: English proofreading (first pass) --- perl-install/network/tools.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'perl-install/network/tools.pm') diff --git a/perl-install/network/tools.pm b/perl-install/network/tools.pm index 17fb282f2..acaae8cad 100644 --- a/perl-install/network/tools.pm +++ b/perl-install/network/tools.pm @@ -85,9 +85,9 @@ sub ask_connect_now { sleep $s; $up = connected(); } - my $m = $up ? N("The system is now connected to Internet.") . - if_($::isInstall, N("For security reason, it will be disconnected now.")) : - N("The system doesn't seem to be connected to internet. + my $m = $up ? N("The system is now connected to the Internet.") . + if_($::isInstall, N("For security reasons, it will be disconnected now.")) : + N("The system doesn't seem to be connected to the Internet. Try to reconfigure your connection."); if ($::isWizard) { $::Wizard_no_previous = 1; -- cgit v1.2.1