From 101c4c12d896ef125bee7fdf59a050ee476ed7b0 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Tue, 22 Jun 2004 11:52:40 +0000 Subject: rephrase zeroconf dialog (cybercfo) --- perl-install/network/netconnect.pm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'perl-install/network') 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} =~ /\./) { -- cgit v1.2.1