From 097c1dd07399d7d806a7dec7cda09982146e048b Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Tue, 24 Aug 2004 07:42:34 +0000 Subject: (configure_net) do not ask the user to do an inifinite looping in MCC ... --- perl-install/standalone/drakconnect | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/perl-install/standalone/drakconnect b/perl-install/standalone/drakconnect index 6017a11aa..e4cb640a6 100755 --- a/perl-install/standalone/drakconnect +++ b/perl-install/standalone/drakconnect @@ -917,9 +917,9 @@ sub configure_net { if (!$netcnx->{type}) { $in->ask_warn( N("Warning"), - #-PO: here "Internet access" should be translated the same was as in control-center + #-PO: here "Add Connexion" should be translated the same was as in control-center N("You don't have any configured Internet connection. -Please run \"Internet access\" in control center.")); +Run the \"Add Connexion\" assistant from the Mandrakelinux Control Center")); $in->exit; } my $cnx = {}; -- cgit v1.2.1