Shorten /i2ptunnelmanager to /i2ptunnelmgr (/i2ptunnel is surplanted by /i2ptunnel/)

This commit is contained in:
str4d
2012-06-09 06:08:44 +00:00
parent f6304ccd4d
commit cbcbfea6e8
3 changed files with 2 additions and 2 deletions

View File

@ -217,7 +217,7 @@ public class SummaryBarRenderer {
.append(_("Stats")) .append(_("Stats"))
.append("</a>\n" + .append("</a>\n" +
"<a href=\"/i2ptunnelmanager\" target=\"_top\" title=\"") "<a href=\"/i2ptunnelmgr\" target=\"_top\" title=\"")
.append(_("Local Destinations")) .append(_("Local Destinations"))
.append("\">") .append("\">")
.append(_("I2PTunnel")) .append(_("I2PTunnel"))

View File

@ -408,7 +408,7 @@ public class SummaryHelper extends HelperBase {
List<Destination> clients = new ArrayList(_context.clientManager().listClients()); List<Destination> clients = new ArrayList(_context.clientManager().listClients());
StringBuilder buf = new StringBuilder(512); StringBuilder buf = new StringBuilder(512);
buf.append("<h3><a href=\"/i2ptunnelmanager\" target=\"_top\" title=\"").append(_("Add/remove/edit &amp; control your client and server tunnels")).append("\">").append(_("Local Destinations")).append("</a></h3><hr class=\"b\"><div class=\"tunnels\">"); buf.append("<h3><a href=\"/i2ptunnelmgr\" target=\"_top\" title=\"").append(_("Add/remove/edit &amp; control your client and server tunnels")).append("\">").append(_("Local Destinations")).append("</a></h3><hr class=\"b\"><div class=\"tunnels\">");
if (!clients.isEmpty()) { if (!clients.isEmpty()) {
Collections.sort(clients, new AlphaComparator()); Collections.sort(clients, new AlphaComparator());
buf.append("<table>"); buf.append("<table>");