diff options
Diffstat (limited to 'doc/po/pl.po')
-rw-r--r-- | doc/po/pl.po | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/po/pl.po b/doc/po/pl.po index da06c6756..47b14b041 100644 --- a/doc/po/pl.po +++ b/doc/po/pl.po @@ -9218,7 +9218,7 @@ msgstr "" msgid "" "Acquire::http {\n" "\tProxy::example.org \"DIRECT\";\n" -"\tProxy \"socks5h://apt:pass@localhost:9050\";\n" +"\tProxy \"socks5h://apt:pass@127.0.0.1:9050\";\n" "\tProxy-Auto-Detect \"/usr/local/bin/apt-http-proxy-auto-detect\";\n" "\tNo-Cache \"true\";\n" "\tMax-Age \"3600\";\n" @@ -9364,7 +9364,7 @@ msgstr "" msgid "" "Acquire::https {\n" "\tProxy::example.org \"DIRECT\";\n" -"\tProxy \"socks5h://apt:pass@localhost:9050\";\n" +"\tProxy \"socks5h://apt:pass@127.0.0.1:9050\";\n" "\tProxy-Auto-Detect \"/usr/local/bin/apt-https-proxy-auto-detect\";\n" "\tNo-Cache \"true\";\n" "\tMax-Age \"3600\";\n" |