diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2004-01-22 12:04:01 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2004-01-22 12:04:01 +0000 |
commit | e0fafa5c9b6486ee3631f542e2cfd00070ca3722 (patch) | |
tree | 513797bc2e67422dd4a6e394412f9ea8846142e8 /perl-install | |
parent | 3c7720281fc9c4e2515f2a78e8aee21e9ed639c6 (diff) | |
download | drakx-backup-do-not-use-e0fafa5c9b6486ee3631f542e2cfd00070ca3722.tar drakx-backup-do-not-use-e0fafa5c9b6486ee3631f542e2cfd00070ca3722.tar.gz drakx-backup-do-not-use-e0fafa5c9b6486ee3631f542e2cfd00070ca3722.tar.bz2 drakx-backup-do-not-use-e0fafa5c9b6486ee3631f542e2cfd00070ca3722.tar.xz drakx-backup-do-not-use-e0fafa5c9b6486ee3631f542e2cfd00070ca3722.zip |
hide too big label (which is useless because of above text) but keep
it for translation b/c of further reusage
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/network/netconnect.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/network/netconnect.pm b/perl-install/network/netconnect.pm index 8f957746e..16801ca4b 100644 --- a/perl-install/network/netconnect.pm +++ b/perl-install/network/netconnect.pm @@ -518,7 +518,7 @@ killall pppd N("Bewan PCI modem"); }, name => N("ADSL configuration") . "\n\n" . N("Select the network interface to configure:"), - data => [ { label => N("Net Device"), type => "list", val => \$ntf_name, allow_empty_list => 1, + data => [ { text => N("Net Device"), type => "list", val => \$ntf_name, allow_empty_list => 1, list => \@adsl_devices, } ], next => "adsl_protocol", }, |