diff --git a/apps/routerconsole/java/src/net/i2p/router/web/helpers/ConfigUIHelper.java b/apps/routerconsole/java/src/net/i2p/router/web/helpers/ConfigUIHelper.java
index da73d70d53..5aa89abccd 100644
--- a/apps/routerconsole/java/src/net/i2p/router/web/helpers/ConfigUIHelper.java
+++ b/apps/routerconsole/java/src/net/i2p/router/web/helpers/ConfigUIHelper.java
@@ -49,15 +49,15 @@ public class ConfigUIHelper extends HelperBase {
buf.append(CHECKED);
buf.append("value=\"1\">")
.append(_t("Force the mobile console to be used"))
- .append("\n");
+ .append(" \n");
boolean embedApps = _context.getBooleanProperty(CSSHelper.PROP_EMBED_APPS);
buf.append("")
- .append(_t("Embed I2PSnark and I2PMail in the console"))
+ .append(_t("Embed Email and Torrent applications in the console"))
.append("\n");
return buf.toString();
}
diff --git a/apps/routerconsole/jsp/help-reachability.jsi b/apps/routerconsole/jsp/help-reachability.jsi
index 54c8d7827d..cbd236caa3 100644
--- a/apps/routerconsole/jsp/help-reachability.jsi
+++ b/apps/routerconsole/jsp/help-reachability.jsi
@@ -13,7 +13,7 @@
<%=intl._t("As the firewall detection methods are not 100% reliable, this may occasionally be displayed in error.")%>
<%=intl._t("However, if it appears consistently, you should check whether both your external and internal firewalls are open for your port.")%>
<%=intl._t("I2P will work fine when firewalled, there is no reason for concern. When firewalled, the router uses \"introducers\" to relay inbound connections.")%>
- <%=intl._t("However, you will get more participating traffic and help the network more if you can open your firewall(s).")%>
+ <%=intl._t("However, you will get more participating traffic and help the network if you open your firewall.")%>
<%=intl._t("If you think you have already done so, remember that you may have both a hardware and a software firewall, or be behind an additional, institutional firewall you cannot control.")%>
<%=intl._t("Also, some routers cannot correctly forward both TCP and UDP on a single port, or may have other limitations or bugs that prevent them from passing traffic through to I2P.")%>
diff --git a/apps/susimail/src/src/i2p/susi/webmail/WebMail.java b/apps/susimail/src/src/i2p/susi/webmail/WebMail.java
index 51afffe4e5..f84b79c10a 100644
--- a/apps/susimail/src/src/i2p/susi/webmail/WebMail.java
+++ b/apps/susimail/src/src/i2p/susi/webmail/WebMail.java
@@ -2284,7 +2284,7 @@ public class WebMail extends HttpServlet
out.println( "\n\n" +
"\n" +
"\n" +
- "" + _t("SusiMail") + " - " + subtitle + "\n" +
+ "" + _t("Email") + " - " + subtitle + "\n" +
"" );
if (sessionObject.isMobile ) {
out.println( "\n" +
@@ -2307,7 +2307,9 @@ public class WebMail extends HttpServlet
Long.toString(ctx.random().nextLong());
sessionObject.addNonce(nonce);
out.println(
- "