diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2003-11-14 13:29:57 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2003-11-14 13:29:57 +0000 |
commit | 4647d0818fa4b63790ea2cba53149a5dddffddc0 (patch) | |
tree | d74b43035a266e7659874617e2844c3b073788aa /proxy_wizard | |
parent | 1eed9ec5d44934f1859d10cb3c445ff964a600e1 (diff) | |
download | drakwizard-4647d0818fa4b63790ea2cba53149a5dddffddc0.tar drakwizard-4647d0818fa4b63790ea2cba53149a5dddffddc0.tar.gz drakwizard-4647d0818fa4b63790ea2cba53149a5dddffddc0.tar.bz2 drakwizard-4647d0818fa4b63790ea2cba53149a5dddffddc0.tar.xz drakwizard-4647d0818fa4b63790ea2cba53149a5dddffddc0.zip |
fix quotes in strings
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 fee43edb..021ae140 100755 --- a/proxy_wizard/Squid.pm +++ b/proxy_wizard/Squid.pm @@ -137,7 +137,7 @@ $o->{pages} = { next => 'summary_2' }, valcachepeer => { - name => N("Cache hierarchy") . "\n\n" . N("Enter the qualified hostname (like "cache.domain.net") and the port of the proxy to use."), + name => N("Cache hierarchy") . "\n\n" . N("Enter the qualified hostname (like \"cache.domain.net\") and the port of the proxy to use."), data => [ { label => 'Upper level proxy hostname:', val => \$o->{var}{wiz_squid_cachepeer} }, { label => 'Upper level proxy port:', val => \$o->{var}{wiz_squid_peerport} }, |