From 986a271663c7f37797bec011b2ee9379e82ac4fe Mon Sep 17 00:00:00 2001 From: Florent Villard Date: Wed, 17 Sep 2003 17:41:09 +0000 Subject: 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 --- proxy_wizard/Squid.pm | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'proxy_wizard') diff --git a/proxy_wizard/Squid.pm b/proxy_wizard/Squid.pm index cba09f44..24fc4ad0 100755 --- a/proxy_wizard/Squid.pm +++ b/proxy_wizard/Squid.pm @@ -83,11 +83,7 @@ $o->{pages} = { next => 'memory' }, error_low => { - name => N('Warning.'), - data => [ - { label => N('You must choose a port greater than 1024 and lower than 65535') }, - { label => N('Press back to change the value.') } - ], + name => N('Warning.') . "\n\n" . N('You must choose a port greater than 1024 and lower than 65535') . "\n\n" . N('Press back to change the value.'), next => 'memory' }, memory => { @@ -171,8 +167,7 @@ $o->{pages} = { next => 'end' }, end => { - name => N('Congratulation'), - data => [ { label => N('The wizard successfully configured your proxy server.') } ], + name => N('Congratulation') . N('The wizard successfully configured your proxy server.'), end => 1, next => 0 }, -- cgit v1.2.1