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

@ -40,7 +40,7 @@ public class SummaryBarRenderer {
aMap.put("Tunnels", "Tunnels"); aMap.put("Tunnels", "Tunnels");
aMap.put("Congestion", "Congestion"); aMap.put("Congestion", "Congestion");
aMap.put("TunnelStatus", "Tunnel Status"); aMap.put("TunnelStatus", "Tunnel Status");
aMap.put("Destinations", "Hidden Services and Clients"); aMap.put("Destinations", "Local Tunnels");
aMap.put("NewsHeadings", "News & Updates"); aMap.put("NewsHeadings", "News & Updates");
SECTION_NAMES = Collections.unmodifiableMap(aMap); SECTION_NAMES = Collections.unmodifiableMap(aMap);
} }
@ -225,7 +225,7 @@ public class SummaryBarRenderer {
.append("</a>\n" + .append("</a>\n" +
"<a href=\"/i2ptunnelmgr\" target=\"_top\" title=\"") "<a href=\"/i2ptunnelmgr\" target=\"_top\" title=\"")
.append(_("Hidden Services and Clients")) .append(_("Local Tunnels"))
.append("\">") .append("\">")
.append(nbsp(_("Hidden Services Manager"))) .append(nbsp(_("Hidden Services Manager")))
.append("</a>\n"); .append("</a>\n");

View File

@ -418,7 +418,7 @@ public class SummaryHelper extends HelperBase {
StringBuilder buf = new StringBuilder(512); StringBuilder buf = new StringBuilder(512);
buf.append("<h3><a href=\"/i2ptunnelmgr\" target=\"_top\" title=\"") buf.append("<h3><a href=\"/i2ptunnelmgr\" target=\"_top\" title=\"")
.append(_("Add/remove/edit &amp; control your client and server tunnels")) .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\">"); .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());

View File

@ -69,7 +69,7 @@ input.default {
</div> </div>
</form> </form>
<h3><%=intl._("Local Services")%></h3> <h3><%=intl._("Applications and Configuration")%></h3>
<form action="" method="POST"> <form action="" method="POST">
<input type="hidden" name="nonce" value="<%=pageNonce%>" > <input type="hidden" name="nonce" value="<%=pageNonce%>" >
<input type="hidden" name="group" value="2"> <input type="hidden" name="group" value="2">

View File

@ -115,7 +115,7 @@
<jsp:getProperty name="homehelper" property="favorites" /><br> <jsp:getProperty name="homehelper" property="favorites" /><br>
</div> </div>
<div class="ag2"> <div class="ag2">
<h4 class="app2"><%=intl._("Local Services")%></h4> <h4 class="app2"><%=intl._("Applications and Configuration")%></h4>
<jsp:getProperty name="homehelper" property="services" /><br> <jsp:getProperty name="homehelper" property="services" /><br>
<div class="clearer">&nbsp;</div> <div class="clearer">&nbsp;</div>
</div> </div>

View File

@ -18,7 +18,7 @@ public class RouterVersion {
/** deprecated */ /** deprecated */
public final static String ID = "Monotone"; public final static String ID = "Monotone";
public final static String VERSION = CoreVersion.VERSION; public final static String VERSION = CoreVersion.VERSION;
public final static long BUILD = 19; public final static long BUILD = 20;
/** for example "-test" */ /** for example "-test" */
public final static String EXTRA = ""; public final static String EXTRA = "";