summaryrefslogtreecommitdiffstats
path: root/proxy_wizard
diff options
context:
space:
mode:
authorAntoine Ginies <aginies@mandriva.com>2004-01-28 15:17:24 +0000
committerAntoine Ginies <aginies@mandriva.com>2004-01-28 15:17:24 +0000
commitaeb366f0b095202877972b15c95b4eec960849f9 (patch)
tree9d315fb37e9339cd91466b5c337fe6d2d839577d /proxy_wizard
parenta1d87edfed2ddd49ae41b42952518b03655472b7 (diff)
downloaddrakwizard-aeb366f0b095202877972b15c95b4eec960849f9.tar
drakwizard-aeb366f0b095202877972b15c95b4eec960849f9.tar.gz
drakwizard-aeb366f0b095202877972b15c95b4eec960849f9.tar.bz2
drakwizard-aeb366f0b095202877972b15c95b4eec960849f9.tar.xz
drakwizard-aeb366f0b095202877972b15c95b4eec960849f9.zip
fix typo
Diffstat (limited to 'proxy_wizard')
-rwxr-xr-xproxy_wizard/Squid.pm2
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
},