diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2002-04-08 16:25:07 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2002-04-08 16:25:07 +0000 |
commit | b6ab813177bf359fc0d84c9baa11dcbca769c20f (patch) | |
tree | d6334ede3c8c962db5f9ae546fbcfc76d16d12ac /perl-install/network/netconnect.pm | |
parent | dcd3c0c8e7a93d2ac26c86fa6427cd8f8ecf7e4f (diff) | |
download | drakx-b6ab813177bf359fc0d84c9baa11dcbca769c20f.tar drakx-b6ab813177bf359fc0d84c9baa11dcbca769c20f.tar.gz drakx-b6ab813177bf359fc0d84c9baa11dcbca769c20f.tar.bz2 drakx-b6ab813177bf359fc0d84c9baa11dcbca769c20f.tar.xz drakx-b6ab813177bf359fc0d84c9baa11dcbca769c20f.zip |
fix a few english strings
Diffstat (limited to 'perl-install/network/netconnect.pm')
-rw-r--r-- | perl-install/network/netconnect.pm | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/perl-install/network/netconnect.pm b/perl-install/network/netconnect.pm index cf5a75bfd..835a09e6f 100644 --- a/perl-install/network/netconnect.pm +++ b/perl-install/network/netconnect.pm @@ -162,7 +162,11 @@ ifdown eth0 $::Wizard_no_previous=1; my @profiles=get_profiles(); $in->ask_from(_("Network Configuration Wizard"), - _("Welcome to The Network Configuration Wizard\n\nWe are about to configure your internet/network connection.\nIf you don't want to use the auto detection, deselect the checkbox.\n"), + _("Welcome to The Network Configuration Wizard. + +We are about to configure your internet/network connection. +If you don't want to use the auto detection, deselect the checkbox. +"), [ if_(@profiles > 1, { label => _("Choose the profile to configure"), val => \$netcnx->{PROFILE}, list => \@profiles }), { label => _("Use auto detection"), val => \$netc->{autodetection}, type => 'bool' }, @@ -265,7 +269,7 @@ The configuration will now be applied to your system. ") . 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"); +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; $::Wizard_finished=1; |