From 321601779029020a7c83eb3b5c327f282a748c69 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Sun, 28 Aug 2005 17:56:22 +0000 Subject: rephrase "DSL connection type" message, the preselected type has better to be kept --- perl-install/network/netconnect.pm | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'perl-install/network/netconnect.pm') diff --git a/perl-install/network/netconnect.pm b/perl-install/network/netconnect.pm index 331568ab3..11e1be2f2 100644 --- a/perl-install/network/netconnect.pm +++ b/perl-install/network/netconnect.pm @@ -704,10 +704,8 @@ Take a look at http://www.linmodems.org"), $net->{adsl}{method} = "pppoe" if $net->{adsl}{method} eq "pppoa"; } }, - 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 do not know, choose 'use PPPoE'"), + name => N("Please choose your DSL connection type. +If you do not know, keep the preselected type."), data => [ { text => N("ADSL connection type:"), val => \$net->{adsl}{method}, type => "list", list => [ sort { $adsl_types{$a} cmp $adsl_types{$b} } keys %adsl_types ], -- cgit v1.2.1