diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2004-12-13 15:56:00 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2004-12-13 15:56:00 +0000 |
commit | 4b9d142bd37dcdc94b7bcdbdb3f7109d7a915e25 (patch) | |
tree | a12104a3a9468cc42b83634feb5e6a2e72003532 /perl-install/network/adsl.pm | |
parent | f298cec9f7d4bb4dc1972cc737007b6da86d4cb0 (diff) | |
download | drakx-4b9d142bd37dcdc94b7bcdbdb3f7109d7a915e25.tar drakx-4b9d142bd37dcdc94b7bcdbdb3f7109d7a915e25.tar.gz drakx-4b9d142bd37dcdc94b7bcdbdb3f7109d7a915e25.tar.bz2 drakx-4b9d142bd37dcdc94b7bcdbdb3f7109d7a915e25.tar.xz drakx-4b9d142bd37dcdc94b7bcdbdb3f7109d7a915e25.zip |
better english (writing style rather than spoken one)
Diffstat (limited to 'perl-install/network/adsl.pm')
-rw-r--r-- | perl-install/network/adsl.pm | 6 |
1 files changed, 3 insertions, 3 deletions
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"); } } |