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 | |
parent | c9329088975bcf124fa17cb2ad05a400557e7200 (diff) | |
download | drakx-dd50e29361abcc64127f47cb25ee957e0d25b364.tar drakx-dd50e29361abcc64127f47cb25ee957e0d25b364.tar.gz drakx-dd50e29361abcc64127f47cb25ee957e0d25b364.tar.bz2 drakx-dd50e29361abcc64127f47cb25ee957e0d25b364.tar.xz drakx-dd50e29361abcc64127f47cb25ee957e0d25b364.zip |
fix PPPoA case
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/network/adsl.pm | 2 | ||||
-rw-r--r-- | perl-install/network/netconnect.pm | 4 |
2 files changed, 3 insertions, 3 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 ); diff --git a/perl-install/network/netconnect.pm b/perl-install/network/netconnect.pm index e0b838a8e..ff7507507 100644 --- a/perl-install/network/netconnect.pm +++ b/perl-install/network/netconnect.pm @@ -169,8 +169,8 @@ sub real_main { 2 => N("Bridged Ethernet VC"), 3 => N("Routed IP LLC"), 4 => N("Routed IP VC"), - 5 => N("PPPOA LLC"), - 6 => N("PPPOA VC"), + 5 => N("PPPoA LLC"), + 6 => N("PPPoA VC"), ); my %ppp_auth_methods = ( |