diff options
author | Olivier Blin <oblin@mandriva.org> | 2004-06-22 11:52:40 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.org> | 2004-06-22 11:52:40 +0000 |
commit | 101c4c12d896ef125bee7fdf59a050ee476ed7b0 (patch) | |
tree | c8ecc33cb4559323e6fdaefd97589edad2d42bad /perl-install | |
parent | 92db4f7f8a0133d4878633796638180e25f94bd0 (diff) | |
download | drakx-101c4c12d896ef125bee7fdf59a050ee476ed7b0.tar drakx-101c4c12d896ef125bee7fdf59a050ee476ed7b0.tar.gz drakx-101c4c12d896ef125bee7fdf59a050ee476ed7b0.tar.bz2 drakx-101c4c12d896ef125bee7fdf59a050ee476ed7b0.tar.xz drakx-101c4c12d896ef125bee7fdf59a050ee476ed7b0.zip |
rephrase zeroconf dialog (cybercfo)
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/network/netconnect.pm | 5 |
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} =~ /\./) { |