diff --git a/apps/i2ptunnel/java/src/net/i2p/i2ptunnel/I2PTunnelHTTPClientBase.java b/apps/i2ptunnel/java/src/net/i2p/i2ptunnel/I2PTunnelHTTPClientBase.java index 73acc8b6bc..e1b965c2df 100644 --- a/apps/i2ptunnel/java/src/net/i2p/i2ptunnel/I2PTunnelHTTPClientBase.java +++ b/apps/i2ptunnel/java/src/net/i2p/i2ptunnel/I2PTunnelHTTPClientBase.java @@ -762,7 +762,7 @@ public abstract class I2PTunnelHTTPClientBase extends I2PTunnelClientBase implem } reader.close(); if (!hasSusiDNS) { - DataHelper.replace(out, "_(\"Addressbook\")", ""); + DataHelper.replace(out, "_(\"Addressbook\")", ""); } if (!hasI2PTunnel) { // there are also a couple in auth-header.ht that aren't worth stripping, for auth only diff --git a/apps/i2ptunnel/java/src/net/i2p/i2ptunnel/localServer/LocalHTTPServer.java b/apps/i2ptunnel/java/src/net/i2p/i2ptunnel/localServer/LocalHTTPServer.java index ef7e729a75..44d89f32ae 100644 --- a/apps/i2ptunnel/java/src/net/i2p/i2ptunnel/localServer/LocalHTTPServer.java +++ b/apps/i2ptunnel/java/src/net/i2p/i2ptunnel/localServer/LocalHTTPServer.java @@ -306,7 +306,7 @@ public abstract class LocalHTTPServer { .append(conURL).append("config\">").append(_t("Configuration")).append(" ").append(_t("Help")).append(""); if (pm.isRegistered(PortMapper.SVC_SUSIDNS)) { - buf.append(" ") + buf.append(" ") .append(_t("Address book")).append("\n"); } buf.append("" + @@ -377,7 +377,7 @@ public abstract class LocalHTTPServer { "\"I2P
\n" + "" + _t("Configuration") + " " + _t("Help") + "").getBytes("UTF-8")); if (pm.isRegistered(PortMapper.SVC_SUSIDNS)) - out.write((" " + _t("Address Book") + "\n").getBytes("UTF-8")); + out.write((" " + _t("Address Book") + "\n").getBytes("UTF-8")); out.write(("" + "
\n" + "

" + @@ -411,7 +411,7 @@ public abstract class LocalHTTPServer { "\"I2P
\n" + "" + _t("Configuration") + " " + _t("Help") + "").getBytes("UTF-8")); if (pm.isRegistered(PortMapper.SVC_SUSIDNS)) - out.write((" " + _t("Address Book") + "\n").getBytes("UTF-8")); + out.write((" " + _t("Address Book") + "\n").getBytes("UTF-8")); out.write(("

" + "
\n" + "

" + diff --git a/apps/i2ptunnel/resources/proxy/dnfh-header.ht b/apps/i2ptunnel/resources/proxy/dnfh-header.ht index 45ee774004..8eb5513dd2 100644 --- a/apps/i2ptunnel/resources/proxy/dnfh-header.ht +++ b/apps/i2ptunnel/resources/proxy/dnfh-header.ht @@ -25,7 +25,7 @@ Content-Security-Policy: default-src 'none'; style-src 'self' 'unsafe-inline' ht

_("The website was not found in your router's addressbook.") _("Check the link or find a Base 32 or Base 64 address.") -_("If you have the Base 64 address, {0}add it to your addressbook{1}.", "", "") +_("If you have the Base 64 address, {0}add it to your addressbook{1}.", "", "") _("Otherwise, find a Base 32 or address helper link, or use a jump service link below.")