");
diff --git a/apps/routerconsole/jsp/configstats.jsp b/apps/routerconsole/jsp/configstats.jsp
index 94cf96833..f284badae 100644
--- a/apps/routerconsole/jsp/configstats.jsp
+++ b/apps/routerconsole/jsp/configstats.jsp
@@ -76,7 +76,7 @@ function toggleAll(category)
<%=intl._("Configure I2P Stat Collection")%>
<%=intl._("Enable full stats?")%>
checked="true" <% } %> >
+ if (statshelper.getIsFull()) { %>checked="checked" <% } %> >
(<%=intl._("change requires restart to take effect")%>)
<%
@@ -122,7 +122,7 @@ Warning - Log with care, stat file grows without limit.
%>
checked="true" <% } %> >
+ if (statshelper.getCurrentIsLogged()) { %>checked="checked" <% } %> >
<%
} // shouldShowLog
@@ -130,7 +130,7 @@ Warning - Log with care, stat file grows without limit.
%>
").append(_("Peer")).append(": ").append(_("The remote peer, identified by router hash")).append(" \n" +
"").append(_("Dir")).append(": " +
- " ").append(_("Inbound connection")).append(" \n" +
+ " ").append(_("Inbound connection")).append(" \n" +
" " +
- " ").append(_("Outbound connection")).append(" \n" +
+ " ").append(_("Outbound connection")).append(" \n" +
" " +
" ").append(_("They offered to introduce us (help other peers traverse our firewall)")).append(" \n" +
" " +
@@ -531,7 +531,7 @@ public class TransportManager implements TransportEventListener {
"").append(_("Skew")).append(": ").append(_("The difference between the peer's clock and your own")).append(" \n" +
"CWND: ").append(_("The congestion window, which is how many bytes can be sent without an acknowledgement")).append(" / \n" +
" ").append(_("The number of sent messages awaiting acknowledgement")).append(" / \n" +
- " ").append(_("The maximum number of concurrent messages to send")).append(" / \n"+
+ " ").append(_("The maximum number of concurrent messages to send")).append(" / \n"+
" ").append(_("The number of pending sends which exceed congestion window")).append(" \n" +
"SST: ").append(_("The slow start threshold")).append(" \n" +
"RTT: ").append(_("The round trip time in milliseconds")).append(" \n" +