summaryrefslogtreecommitdiffstats
path: root/news_wizard
diff options
context:
space:
mode:
authorAntoine Ginies <aginies@mandriva.com>2004-03-10 15:01:55 +0000
committerAntoine Ginies <aginies@mandriva.com>2004-03-10 15:01:55 +0000
commit670c4b6b9c726c4be45525a41afe68dcf2241d5b (patch)
treebbc9d660bcf95d1efdb68a71fcec08484b6cdb34 /news_wizard
parentcbb3f12c1660d691e45d0f504b0e23e8c709054a (diff)
downloaddrakwizard-670c4b6b9c726c4be45525a41afe68dcf2241d5b.tar
drakwizard-670c4b6b9c726c4be45525a41afe68dcf2241d5b.tar.gz
drakwizard-670c4b6b9c726c4be45525a41afe68dcf2241d5b.tar.bz2
drakwizard-670c4b6b9c726c4be45525a41afe68dcf2241d5b.tar.xz
drakwizard-670c4b6b9c726c4be45525a41afe68dcf2241d5b.zip
typo fix (Arys P. Deloso, Michalis Avraam)
Diffstat (limited to 'news_wizard')
-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;
},