summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2005-04-21 12:24:44 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2005-04-21 12:24:44 +0000
commit731958f14fd900fafb88ed82167dbc2913c889cb (patch)
tree01b6005dcd150484a494288364c0772405604a59 /perl-install
parent1d064b146544ec6c8eca7e2c98978992dba25240 (diff)
downloaddrakx-backup-do-not-use-731958f14fd900fafb88ed82167dbc2913c889cb.tar
drakx-backup-do-not-use-731958f14fd900fafb88ed82167dbc2913c889cb.tar.gz
drakx-backup-do-not-use-731958f14fd900fafb88ed82167dbc2913c889cb.tar.bz2
drakx-backup-do-not-use-731958f14fd900fafb88ed82167dbc2913c889cb.tar.xz
drakx-backup-do-not-use-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')
-rw-r--r--perl-install/network/netconnect.pm2
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 ] } ];