From 9ea559b73eb32a4d2ea747861f92967089807635 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 9 Mar 2005 17:13:32 +0000 Subject: better looking text --- perl-install/network/netconnect.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'perl-install/network') diff --git a/perl-install/network/netconnect.pm b/perl-install/network/netconnect.pm index 2d45e2998..a8bc64046 100644 --- a/perl-install/network/netconnect.pm +++ b/perl-install/network/netconnect.pm @@ -1250,6 +1250,7 @@ See iwpriv(8) man page for further information."), Your host name should be a fully-qualified host name, such as ``mybox.mylab.myco.com''. You may also enter the IP address of the gateway if you have one.") . + " " . # better looking text (to be merged into texts since some languages (eg: ja) doesn't need it N("Last but not least you can also type in your DNS server IP addresses."), data => sub { [ { label => $auto_ip ? N("Host name (optional)") : N("Host name"), val => \$netc->{HOSTNAME} }, -- cgit v1.2.1