summaryrefslogtreecommitdiffstats
path: root/proxy_wizard/Squid.pm
diff options
context:
space:
mode:
Diffstat (limited to 'proxy_wizard/Squid.pm')
-rwxr-xr-xproxy_wizard/Squid.pm9
1 files changed, 2 insertions, 7 deletions
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
},