From b6ab813177bf359fc0d84c9baa11dcbca769c20f Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Mon, 8 Apr 2002 16:25:07 +0000 Subject: fix a few english strings --- perl-install/network/tools.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/network/tools.pm') diff --git a/perl-install/network/tools.pm b/perl-install/network/tools.pm index 4d8fff949..731bd58da 100644 --- a/perl-install/network/tools.pm +++ b/perl-install/network/tools.pm @@ -53,7 +53,7 @@ sub ask_connect_now { $up=connected(); } my $m = $up ? (_("The system is now connected to Internet.") . - if_($::isInstall, _("For Security reason, it will be disconnected now.")) ) : + if_($::isInstall, _("For security reason, it will be disconnected now.")) ) : _("The system doesn't seem to be connected to internet. Try to reconfigure your connection."); if ($::isWizard) { -- cgit v1.2.1