summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.org>2004-08-24 07:42:34 +0000
committerOlivier Blin <oblin@mandriva.org>2004-08-24 07:42:34 +0000
commit097c1dd07399d7d806a7dec7cda09982146e048b (patch)
tree61f04b5824d3741b106df54c9213fd299fc42ce6
parentb7632c720487fa269405269391b84d8754e5d1d0 (diff)
downloaddrakx-backup-do-not-use-097c1dd07399d7d806a7dec7cda09982146e048b.tar
drakx-backup-do-not-use-097c1dd07399d7d806a7dec7cda09982146e048b.tar.gz
drakx-backup-do-not-use-097c1dd07399d7d806a7dec7cda09982146e048b.tar.bz2
drakx-backup-do-not-use-097c1dd07399d7d806a7dec7cda09982146e048b.tar.xz
drakx-backup-do-not-use-097c1dd07399d7d806a7dec7cda09982146e048b.zip
(configure_net) do not ask the user to do an inifinite looping in MCC ...
-rwxr-xr-xperl-install/standalone/drakconnect4
1 files 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 = {};