rename headers after review

This commit is contained in:
zzz
2015-02-04 11:54:18 +00:00
parent 7165dc7860
commit 90cf71b5bc
5 changed files with 6 additions and 6 deletions

View File

@@ -418,7 +418,7 @@ public class SummaryHelper extends HelperBase {
StringBuilder buf = new StringBuilder(512);
buf.append("<h3><a href=\"/i2ptunnelmgr\" target=\"_top\" title=\"")
.append(_("Add/remove/edit &amp; control your client and server tunnels"))
.append("\">").append(_("Hidden Services and Clients"))
.append("\">").append(_("Local Tunnels"))
.append("</a></h3><hr class=\"b\"><div class=\"tunnels\">");
if (!clients.isEmpty()) {
Collections.sort(clients, new AlphaComparator());