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 {
"
_("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.")