summaryrefslogtreecommitdiffstats
path: root/perl-install/network/netconnect.pm
diff options
context:
space:
mode:
authordamien <damien@mandriva.com>2002-02-04 12:47:34 +0000
committerdamien <damien@mandriva.com>2002-02-04 12:47:34 +0000
commit10c33b41246f732deea248c53032d26bbdb1996c (patch)
treee425482ffe5307f75c30f3dfb546e34fb69d9714 /perl-install/network/netconnect.pm
parentda01ddfc26f4e0486bbdec61fb906b69cb3d9332 (diff)
downloaddrakx-backup-do-not-use-10c33b41246f732deea248c53032d26bbdb1996c.tar
drakx-backup-do-not-use-10c33b41246f732deea248c53032d26bbdb1996c.tar.gz
drakx-backup-do-not-use-10c33b41246f732deea248c53032d26bbdb1996c.tar.bz2
drakx-backup-do-not-use-10c33b41246f732deea248c53032d26bbdb1996c.tar.xz
drakx-backup-do-not-use-10c33b41246f732deea248c53032d26bbdb1996c.zip
applied cooker guy english review
Diffstat (limited to 'perl-install/network/netconnect.pm')
-rw-r--r--perl-install/network/netconnect.pm9
1 files changed, 5 insertions, 4 deletions
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;