diff options
Diffstat (limited to 'proxy_wizard')
-rwxr-xr-x | proxy_wizard/Squid.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proxy_wizard/Squid.pm b/proxy_wizard/Squid.pm index 6eb2c433..ae8254cb 100755 --- a/proxy_wizard/Squid.pm +++ b/proxy_wizard/Squid.pm @@ -169,7 +169,7 @@ $o->{pages} = { next => 'end' }, end => { - name => N("Congratulations") . N("The wizard successfully configured your proxy server."), + name => N("Congratulations") . N("The wizard have successfully configured your proxy server."), end => 1, next => 0 }, |