From 4b9d142bd37dcdc94b7bcdbdb3f7109d7a915e25 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 13 Dec 2004 15:56:00 +0000 Subject: better english (writing style rather than spoken one) --- perl-install/network/adsl.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'perl-install/network/adsl.pm') diff --git a/perl-install/network/adsl.pm b/perl-install/network/adsl.pm index 49850d1fa..a29f80cdd 100644 --- a/perl-install/network/adsl.pm +++ b/perl-install/network/adsl.pm @@ -35,7 +35,7 @@ sub get_wizard { name => N("Connect to the Internet") . "\n\n" . N("The most common way to connect with adsl is pppoe. Some connections use PPTP, a few use DHCP. -If you don't know, choose 'use PPPoE'"), +If you do not know, choose 'use PPPoE'"), data => [ { label => N("ADSL connection type:"), val => \$wiz->{var}{adsl}{type}, list => [ sort values %l ] }, @@ -151,7 +151,7 @@ sync speedtouch => { modules => [ qw(speedtch) ], - #- won't call pppd since we've just written ONBOOT=no, only runs modem_run + #- will not call pppd since we've just written ONBOOT=no, only runs modem_run start => '/usr/bin/speedtouch-start --boot', overide_script => 1, server => { @@ -331,7 +331,7 @@ user "$adsl->{login}" s/DNS2=.*\n/DNS2=$netc->{dnsServer3}\n/; } "$::prefix/etc/ppp/pppoe.conf"; } else { - log::l("can't find pppoe.conf, make sure the rp-pppoe package is installed"); + log::l("can not find pppoe.conf, make sure the rp-pppoe package is installed"); } } -- cgit v1.2.1