forked from I2P_Developers/i2p.i2p
rename headers after review
This commit is contained in:
@ -40,7 +40,7 @@ public class SummaryBarRenderer {
|
||||
aMap.put("Tunnels", "Tunnels");
|
||||
aMap.put("Congestion", "Congestion");
|
||||
aMap.put("TunnelStatus", "Tunnel Status");
|
||||
aMap.put("Destinations", "Hidden Services and Clients");
|
||||
aMap.put("Destinations", "Local Tunnels");
|
||||
aMap.put("NewsHeadings", "News & Updates");
|
||||
SECTION_NAMES = Collections.unmodifiableMap(aMap);
|
||||
}
|
||||
@ -225,7 +225,7 @@ public class SummaryBarRenderer {
|
||||
.append("</a>\n" +
|
||||
|
||||
"<a href=\"/i2ptunnelmgr\" target=\"_top\" title=\"")
|
||||
.append(_("Hidden Services and Clients"))
|
||||
.append(_("Local Tunnels"))
|
||||
.append("\">")
|
||||
.append(nbsp(_("Hidden Services Manager")))
|
||||
.append("</a>\n");
|
||||
|
@ -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 & 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());
|
||||
|
Reference in New Issue
Block a user