summaryrefslogtreecommitdiffstats
path: root/proxy_wizard/Squid.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2003-11-14 12:48:41 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2003-11-14 12:48:41 +0000
commit066056ec735078dec3ab1ab9762084380ee920b8 (patch)
treeb6dbcde84253ef404755671c16e21fbe2bf2a06c /proxy_wizard/Squid.pm
parentc986d6ea226e16bded4a45e94b5933d7783e8ea3 (diff)
downloaddrakwizard-066056ec735078dec3ab1ab9762084380ee920b8.tar
drakwizard-066056ec735078dec3ab1ab9762084380ee920b8.tar.gz
drakwizard-066056ec735078dec3ab1ab9762084380ee920b8.tar.bz2
drakwizard-066056ec735078dec3ab1ab9762084380ee920b8.tar.xz
drakwizard-066056ec735078dec3ab1ab9762084380ee920b8.zip
do not mark empty strings as translatable
Diffstat (limited to 'proxy_wizard/Squid.pm')
-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 4f544bfd..fee43edb 100755
--- a/proxy_wizard/Squid.pm
+++ b/proxy_wizard/Squid.pm
@@ -67,7 +67,7 @@ $o->{pages} = {
next => 'port'
},
port => {
- name => N("Proxy Port") . "\n\n" . N("Proxy port value sets what port the proxy server will listen on for http requests. Default is 3128, other common value can be 8080, the port value needs to be greater than 1024.") . "\n\n" . N(''),
+ name => N("Proxy Port") . "\n\n" . N("Proxy port value sets what port the proxy server will listen on for http requests. Default is 3128, other common value can be 8080, the port value needs to be greater than 1024.") . "\n\n",
pre => sub {
$o->{var}{wiz_squid_port} ||= 3128;
},