diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2004-09-15 03:05:04 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2004-09-15 03:05:04 +0000 |
commit | dd50e29361abcc64127f47cb25ee957e0d25b364 (patch) | |
tree | 6694392bad585ca10a53f25a751f6573859e4879 /perl-install/network/adsl.pm | |
parent | c9329088975bcf124fa17cb2ad05a400557e7200 (diff) | |
download | drakx-backup-do-not-use-dd50e29361abcc64127f47cb25ee957e0d25b364.tar drakx-backup-do-not-use-dd50e29361abcc64127f47cb25ee957e0d25b364.tar.gz drakx-backup-do-not-use-dd50e29361abcc64127f47cb25ee957e0d25b364.tar.bz2 drakx-backup-do-not-use-dd50e29361abcc64127f47cb25ee957e0d25b364.tar.xz drakx-backup-do-not-use-dd50e29361abcc64127f47cb25ee957e0d25b364.zip |
fix PPPoA case
Diffstat (limited to 'perl-install/network/adsl.pm')
-rw-r--r-- | perl-install/network/adsl.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/network/adsl.pm b/perl-install/network/adsl.pm index 7aaafeff7..9a45ca4c0 100644 --- a/perl-install/network/adsl.pm +++ b/perl-install/network/adsl.pm @@ -20,7 +20,7 @@ sub get_wizard { 'pptp' => N("use PPTP"), 'dhcp' => N("use DHCP"), 'speedtouch' => N("Alcatel Speedtouch USB") . if_($netc->{autodetect}{adsl}{speedtouch}, N(" - detected")), - 'sagem' => N("Sagem (using PPPOA) USB") . if_($netc->{autodetect}{adsl}{sagem}, N(" - detected")), + 'sagem' => N("Sagem (using PPPoA) USB") . if_($netc->{autodetect}{adsl}{sagem}, N(" - detected")), 'sagem_dhcp' => N("Sagem (using DHCP) USB") . if_($netc->{autodetect}{adsl}{sagem}, N(" - detected")), # 'eci' => N("ECI Hi-Focus"), # this one needs eci agreement ); |