summaryrefslogtreecommitdiffstats
path: root/proxy_wizard/Squid.pm
diff options
context:
space:
mode:
Diffstat (limited to 'proxy_wizard/Squid.pm')
-rwxr-xr-xproxy_wizard/Squid.pm6
1 files changed, 3 insertions, 3 deletions
diff --git a/proxy_wizard/Squid.pm b/proxy_wizard/Squid.pm
index 41fd9634..06b94cf3 100755
--- a/proxy_wizard/Squid.pm
+++ b/proxy_wizard/Squid.pm
@@ -119,7 +119,7 @@ $o->{pages} = {
$o->{var}{wiz_squid_mynetw} ||= network_mask()
},
data => [
- { label => 'Authorized network:', val => \$o->{var}{wiz_squid_mynetw}, help => N("Use numeric format like \"192.168.1.0/255.255.255.0\" or a text format like \".domain.net\"") },
+ { label => N("Authorized network:"), val => \$o->{var}{wiz_squid_mynetw}, help => N("Use numeric format like \"192.168.1.0/255.255.255.0\" or a text format like \".domain.net\"") },
],
next => 'cachepeer'
},
@@ -139,8 +139,8 @@ $o->{pages} = {
valcachepeer => {
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} },
+ { label => N("Upper level proxy hostname:"), val => \$o->{var}{wiz_squid_cachepeer} },
+ { label => N("Upper level proxy port:"), val => \$o->{var}{wiz_squid_peerport} },
],
next => 'summary'
},