diff options
author | Olivier Blin <oblin@mandriva.org> | 2005-03-10 16:16:49 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.org> | 2005-03-10 16:16:49 +0000 |
commit | 94baca7a09dc9139c879b6aadb8985374ea52d88 (patch) | |
tree | 54159148a81e876ea1942eae9ffd11787e8ff165 | |
parent | 33d78a10496375d9800b7c9b746810c0f1d3f213 (diff) | |
download | drakx-94baca7a09dc9139c879b6aadb8985374ea52d88.tar drakx-94baca7a09dc9139c879b6aadb8985374ea52d88.tar.gz drakx-94baca7a09dc9139c879b6aadb8985374ea52d88.tar.bz2 drakx-94baca7a09dc9139c879b6aadb8985374ea52d88.tar.xz drakx-94baca7a09dc9139c879b6aadb8985374ea52d88.zip |
fix messages
-rw-r--r-- | perl-install/network/netconnect.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/network/netconnect.pm b/perl-install/network/netconnect.pm index a8bc64046..90a451541 100644 --- a/perl-install/network/netconnect.pm +++ b/perl-install/network/netconnect.pm @@ -1040,8 +1040,8 @@ notation (for example, 1.2.3.4).")), list => \@network::ethernet::dhcp_clients, advanced => 1 }, { label => N("DHCP timeout (in seconds)"), val => \$ethntf->{DHCP_TIMEOUT}, advanced => 1 }, { text => N("Get DNS servers from DHCP"), val => \$peerdns, type => "bool", advanced => 1 }, - { text => N("Get YP server from DHCP"), val => \$peeryp, type => "bool", advanced => 1 }, - { text => N("Get NTPD server from DHCP"), val => \$peerntpd, type => "bool", advanced => 1 }, + { text => N("Get YP servers from DHCP"), val => \$peeryp, type => "bool", advanced => 1 }, + { text => N("Get NTPD servers from DHCP"), val => \$peerntpd, type => "bool", advanced => 1 }, ), ]; }, |