diff options
Diffstat (limited to 'doc/po/it.po')
-rw-r--r-- | doc/po/it.po | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/po/it.po b/doc/po/it.po index ff31bdffd..870550dc7 100644 --- a/doc/po/it.po +++ b/doc/po/it.po @@ -10219,7 +10219,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" @@ -10364,7 +10364,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" |