diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2005-04-21 12:24:44 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2005-04-21 12:24:44 +0000 |
commit | 731958f14fd900fafb88ed82167dbc2913c889cb (patch) | |
tree | 01b6005dcd150484a494288364c0772405604a59 /perl-install/network | |
parent | 1d064b146544ec6c8eca7e2c98978992dba25240 (diff) | |
download | drakx-731958f14fd900fafb88ed82167dbc2913c889cb.tar drakx-731958f14fd900fafb88ed82167dbc2913c889cb.tar.gz drakx-731958f14fd900fafb88ed82167dbc2913c889cb.tar.bz2 drakx-731958f14fd900fafb88ed82167dbc2913c889cb.tar.xz drakx-731958f14fd900fafb88ed82167dbc2913c889cb.zip |
rename "ethernet connection" as "LAN connection" like anywhere since
we're going to support tokenring and not just LAN (what's more, these
steps are whered with wireless connections which have nothing to do
with ethernet....)
Diffstat (limited to 'perl-install/network')
-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 5a62b71be..0d353fd7d 100644 --- a/perl-install/network/netconnect.pm +++ b/perl-install/network/netconnect.pm @@ -1057,7 +1057,7 @@ Do you really want to reconfigure this device?"), name => sub { my $_msg = N("Zeroconf hostname resolution"); N("Configuring network device %s (driver %s)", $ethntf->{DEVICE}, $module) . "\n\n" . - N("The following protocols can be used to configure an ethernet connection. Please choose the one you want to use"); + N("The following protocols can be used to configure a LAN connection. Please choose the one you want to use"); }, data => sub { [ { val => \$protocol, type => "list", list => [ sort values %l10n_lan_protocols ] } ]; |