forked from I2P_Developers/i2p.i2p
Console: Change "Legal" headers to "Licenses"
This commit is contained in:
@@ -169,7 +169,7 @@ class SummaryBarRenderer {
|
||||
.append("</a>\n");
|
||||
svcs.put(tx, rbuf.toString());
|
||||
|
||||
tx = _t("Legal");
|
||||
tx = _t("Licenses");
|
||||
rbuf.setLength(0);
|
||||
rbuf.append("<a href=\"/viewlicense\" target=\"_top\" title=\"")
|
||||
.append(_t("Information regarding software and licenses used by I2P"))
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
<span class="tab"><a href="#sidebarhelp"><%=intl._t("Sidebar")%></a></span>
|
||||
<span class="tab"><a href="#reachabilityhelp"><%=intl._t("Reachability")%></a></span>
|
||||
<span class="tab"><a href="#faq"><%=intl._t("FAQ")%></a></span>
|
||||
<span class="tab"><a href="/viewlicense"><%=intl._t("Legal")%></a></span>
|
||||
<span class="tab"><a href="/viewlicense"><%=intl._t("Licenses")%></a></span>
|
||||
<span class="tab"><a href="/viewhistory"><%=intl._t("Change Log")%></a></span>
|
||||
</div>
|
||||
<div id="volunteer"><%@include file="help.jsi" %></div>
|
||||
|
||||
Reference in New Issue
Block a user