summaryrefslogtreecommitdiffstats
path: root/news_wizard/Inn.pm
diff options
context:
space:
mode:
Diffstat (limited to 'news_wizard/Inn.pm')
-rwxr-xr-xnews_wizard/Inn.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/news_wizard/Inn.pm b/news_wizard/Inn.pm
index 0f8088c8..0da435f3 100755
--- a/news_wizard/Inn.pm
+++ b/news_wizard/Inn.pm
@@ -46,7 +46,7 @@ $o->{pages} = {
next => 'ask_news_server'
},
ask_news_server => {
- name => N("News Server") . "\n\n" . N("The news server name is the name of the host providing the Internet news to your network; the name is usually provided by your provider.") . "\n\n" . N("Internet host names must be in the form "host.domain.domaintype"; for example, if your provider is "provider.com", the internet news server is usually "news.provider.com"."),
+ name => N("News Server") . "\n\n" . N("The news server name is the name of the host providing the Internet news to your network; the name is usually provided by your provider.") . "\n\n" . N("Internet host names must be in the form \"host.domain.domaintype\"; for example, if your provider is \"provider.com\", the internet news server is usually \"news.provider.com\"."),
pre => sub {
$o->{var}{news_server} ||= get_server();
},