From 10c33b41246f732deea248c53032d26bbdb1996c Mon Sep 17 00:00:00 2001 From: damien Date: Mon, 4 Feb 2002 12:47:34 +0000 Subject: applied cooker guy english review --- perl-install/network/netconnect.pm | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'perl-install/network/netconnect.pm') diff --git a/perl-install/network/netconnect.pm b/perl-install/network/netconnect.pm index 5f95a901f..57597a9fb 100644 --- a/perl-install/network/netconnect.pm +++ b/perl-install/network/netconnect.pm @@ -253,11 +253,12 @@ ifdown eth0 step_3: - my $m = $success ? _("Congratulations, the network and internet configuration is finished. + my $m = $success ? _("Congratulations, the network and Internet configuration is finished. +The configuration will now be applied to your system. -The configuration will now be applied to your system.\n") . if_($::isStandalone && $in->isa('interactive_gtk'), -_("After that is done, we recommend you to restart your X -environnement to avoid hostname changing problem.")) : _("Problems occur during configuration. +") . if_($::isStandalone && $in->isa('interactive_gtk'), +_("After this is done, we recommend that you restart your X environment to avoid any hostname-related problems.")) + : _("Problems occured during configuration. Test your connection via net_monitor or mcc. If your connection doesn't work, you might want to relaunch the configuration"); if ($::isWizard) { $::Wizard_no_previous=1; -- cgit v1.2.1