From 1570ca61c47ccbb41456c55565d123884d91f77a Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 13 Nov 2003 12:03:19 +0000 Subject: forward "always list sagem_dhcp in list, hidding it due to missing translations is insane", there're just too many lost users --- perl-install/network/adsl.pm | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/perl-install/network/adsl.pm b/perl-install/network/adsl.pm index 32b40a822..491aebeef 100644 --- a/perl-install/network/adsl.pm +++ b/perl-install/network/adsl.pm @@ -21,9 +21,7 @@ sub configure { 'dhcp' => N_("use dhcp"), 'speedtouch' => N_("Alcatel speedtouch usb") . if_($netc->{autodetect}{adsl}{speedtouch}, " - detected"), 'sagem' => N_("Sagem (using pppoa) usb") . if_($netc->{autodetect}{adsl}{sagem}, " - detected"), - if_($::expert, #- avoid clash with strings not translated but still add functionnalities... - 'sagem_dhcp' => N_("Sagem (using dhcp) usb") . if_($netc->{autodetect}{adsl}{sagem}, " - detected"), - ), + 'sagem_dhcp' => N_("Sagem (using dhcp) usb") . if_($netc->{autodetect}{adsl}{sagem}, " - detected"), ); my $type = $in->ask_from_list_(N("Connect to the Internet"), -- cgit v1.2.1