From 2704cde03e4478a9ad23ed83bb3ede6d6f23ba3b Mon Sep 17 00:00:00 2001 From: damien Date: Tue, 18 Sep 2001 18:54:31 +0000 Subject: corrected Speedtouch -> speedtouch --- 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 0d97eb29c..b8356dd6e 100644 --- a/perl-install/network/adsl.pm +++ b/perl-install/network/adsl.pm @@ -19,7 +19,7 @@ sub configure { my $type = $in->ask_from_list_(_("Connect to the Internet"), _("The most common way to connect with adsl is pppoe. Some connections use pptp, a few ones use dhcp. -If you don't know, choose 'use pppoe'"), [__("use pppoe"), __("use pptp"), __("use dhcp"), __("Alcatel Speedtouch usb")]) or return; +If you don't know, choose 'use pppoe'"), [__("use pppoe"), __("use pptp"), __("use dhcp"), __("Alcatel speedtouch usb")]) or return; $type =~ s/use //; if ($type eq 'pppoe') { $in->do_pkgs->install("rp-$type"); -- cgit v1.2.1