summaryrefslogtreecommitdiffstats
path: root/news_wizard
diff options
context:
space:
mode:
authorFlorent Villard <warly@mandriva.com>2003-09-17 17:41:09 +0000
committerFlorent Villard <warly@mandriva.com>2003-09-17 17:41:09 +0000
commit986a271663c7f37797bec011b2ee9379e82ac4fe (patch)
treeadd300da8273c0c5dc56f0e13ac72066a80399d1 /news_wizard
parentb5974747d1a6f7669052ddd42d4a45e4eb7072c1 (diff)
downloaddrakwizard-986a271663c7f37797bec011b2ee9379e82ac4fe.tar
drakwizard-986a271663c7f37797bec011b2ee9379e82ac4fe.tar.gz
drakwizard-986a271663c7f37797bec011b2ee9379e82ac4fe.tar.bz2
drakwizard-986a271663c7f37797bec011b2ee9379e82ac4fe.tar.xz
drakwizard-986a271663c7f37797bec011b2ee9379e82ac4fe.zip
better check of ip addresses in dhcp
check that server has been run in client dns check that the program is run as root in drakwizard remove bad quotes in po
Diffstat (limited to 'news_wizard')
-rwxr-xr-xnews_wizard/Inn.pm13
1 files changed, 6 insertions, 7 deletions
diff --git a/news_wizard/Inn.pm b/news_wizard/Inn.pm
index 5c435e5f..6f585a48 100755
--- a/news_wizard/Inn.pm
+++ b/news_wizard/Inn.pm
@@ -67,17 +67,17 @@ $o->{pages} = {
},
warning => {
name => N('Warning.'),
- data => [ { label => N('') } ],
+ ignore => 1,
next => 'summary'
},
error_in_news_server => {
- name => N('Error.'),
- data => [ { label => N('The news server name is not correct') } ],
+ name => N('Error.') . "\n\n" . N('The news server name is not correct'),
+ ignore => 1,
next => 'ask_news_server'
},
error_in_polling_time => {
- name => N('Error.'),
- data => [ { label => N('The polling period is not correct') } ],
+ name => N('Error.') . "\n\n" . N('The polling period is not correct'),
+ ignore => 1,
next => 'ask_news_freq'
},
summary => {
@@ -91,8 +91,7 @@ needed to configure your Internet News Service:') . "\n\n" . N('To accept these
next => 'end'
},
end => {
- name => N('Congratulation'),
- data => [ { label => N('The wizard successfully configured your Internet News service of your server.') } ],
+ name => N('Congratulation') . "\n\n" . N('The wizard successfully configured your Internet News service of your server.'),
end => 1,
next => 0
},