summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2005-03-09 17:13:32 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2005-03-09 17:13:32 +0000
commit9ea559b73eb32a4d2ea747861f92967089807635 (patch)
tree084c9d8aee2ecdb5baceffd7b1e3852431702926 /perl-install
parentb29f8c6fafcba60176c4a532c80cac5b28e3bbd3 (diff)
downloaddrakx-9ea559b73eb32a4d2ea747861f92967089807635.tar
drakx-9ea559b73eb32a4d2ea747861f92967089807635.tar.gz
drakx-9ea559b73eb32a4d2ea747861f92967089807635.tar.bz2
drakx-9ea559b73eb32a4d2ea747861f92967089807635.tar.xz
drakx-9ea559b73eb32a4d2ea747861f92967089807635.zip
better looking text
Diffstat (limited to 'perl-install')
-rw-r--r--perl-install/network/netconnect.pm1
1 files changed, 1 insertions, 0 deletions
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} },