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 7c9faf9c..6ad5ec83 100755
--- a/news_wizard/Inn.pm
+++ b/news_wizard/Inn.pm
@@ -57,7 +57,7 @@ $o->{pages} = {
next => 'ask_news_freq'
},
ask_news_freq => {
- name => N("Polling period") . "\n\n" . N("Your server will regularly poll the News server for obtaning the latest Internet News; the polling period set the interval between two consecutive polling.") . "\n\n" . N("Depending on the kind of Internet connection you have, an appropriate polling period can change between 6 and 24 hours."),
+ name => N("Polling period") . "\n\n" . N("Your server will regularly poll the News server to obtain the latest Internet News; the polling period sets the interval between two consecutive attempts.") . "\n\n" . N("Depending on the kind of Internet connection you have, an appropriate polling period can change between 6 and 24 hours."),
pre => sub {
$o->{var}{news_freq} ||= 24;
},