From 7daaa24c851f0d4113561fd0c304ffa45143dbdd Mon Sep 17 00:00:00 2001 From: Pablo Saratxaga Date: Tue, 21 Jan 2003 07:59:33 +0000 Subject: English proofreading by Stew Beneditcs --- perl-install/network/adsl.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/network/adsl.pm') diff --git a/perl-install/network/adsl.pm b/perl-install/network/adsl.pm index 28c77d1be..02baac4b4 100644 --- a/perl-install/network/adsl.pm +++ b/perl-install/network/adsl.pm @@ -25,7 +25,7 @@ sub configure { ]; my $type = $in->ask_from_list_(N("Connect to the Internet"), N("The most common way to connect with adsl is pppoe. -Some connections use pptp, a few ones use dhcp. +Some connections use pptp, a few use dhcp. If you don't know, choose 'use pppoe'"), $l) or return; $type =~ s/use //; if ($type eq 'pppoe') { -- cgit v1.2.1