Collate help topics under /help

This commit is contained in:
str4d
2016-05-01 03:24:25 +00:00
parent a7f789f069
commit cb0147a798
6 changed files with 33 additions and 120 deletions

View File

@ -730,8 +730,7 @@ public class TransportManager implements TransportEventListener {
private final String getTransportsLegend() {
StringBuilder buf = new StringBuilder(1024);
buf.append("<h3 id=\"transporthelp\" class\"ptitle\">").append(_t("Help")).append("</h3>")
.append("<p class=\"infohelp\">")
buf.append("<p class=\"infohelp\">")
.append(_t("Your transport connection limits are automatically set based on your configured bandwidth."))
.append('\n')
.append(_t("To override these limits, add the settings i2np.ntcp.maxConnections=nnn and i2np.udp.maxConnections=nnn on the advanced configuration page."))