summaryrefslogtreecommitdiffstats
path: root/perl-install/network
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.org>2004-06-22 11:52:40 +0000
committerOlivier Blin <oblin@mandriva.org>2004-06-22 11:52:40 +0000
commit101c4c12d896ef125bee7fdf59a050ee476ed7b0 (patch)
treec8ecc33cb4559323e6fdaefd97589edad2d42bad /perl-install/network
parent92db4f7f8a0133d4878633796638180e25f94bd0 (diff)
downloaddrakx-backup-do-not-use-101c4c12d896ef125bee7fdf59a050ee476ed7b0.tar
drakx-backup-do-not-use-101c4c12d896ef125bee7fdf59a050ee476ed7b0.tar.gz
drakx-backup-do-not-use-101c4c12d896ef125bee7fdf59a050ee476ed7b0.tar.bz2
drakx-backup-do-not-use-101c4c12d896ef125bee7fdf59a050ee476ed7b0.tar.xz
drakx-backup-do-not-use-101c4c12d896ef125bee7fdf59a050ee476ed7b0.zip
rephrase zeroconf dialog (cybercfo)
Diffstat (limited to 'perl-install/network')
-rw-r--r--perl-install/network/netconnect.pm5
1 files changed, 4 insertions, 1 deletions
diff --git a/perl-install/network/netconnect.pm b/perl-install/network/netconnect.pm
index c907e84cc..ab6317cf6 100644
--- a/perl-install/network/netconnect.pm
+++ b/perl-install/network/netconnect.pm
@@ -1118,7 +1118,10 @@ N("Last but not least you can also type in your DNS server IP addresses."),
zeroconf =>
{
- name => N("Enter a Zeroconf host name which will be the one that your machine will get back to other machines on the network:"),
+ name => N("If desired, enter a Zeroconf hostname.
+This is the name your machine will use to advertise any of
+its shared resources that are not managed by the network.
+It is not necessary on most networks."),
data => [ { label => N("Zeroconf Host name"), val => \$netc->{ZEROCONF_HOSTNAME} } ],
complete => sub {
if ($netc->{ZEROCONF_HOSTNAME} =~ /\./) {