forked from I2P_Developers/i2p.i2p
String tweaks
This commit is contained in:
@@ -30,8 +30,8 @@ input.default { width: 1px; height: 1px; visibility: hidden; }
|
||||
<h3 id="i2pclientconfig"><%=intl._t("Client Configuration")%>
|
||||
<span class="h3navlinks">
|
||||
<a href="configi2cp" title="<%=intl._t("Advanced Client Interface Configuration")%>">[I2CP]</a>
|
||||
<a href="configwebapps" title="<%=intl._t("WebApp Configuration")%>">[WebApps]</a>
|
||||
<a href="configplugins" title="<%=intl._t("Plugin Configuration")%>">[Plugins]</a>
|
||||
<a href="configplugins" title="<%=intl._t("Plugin Configuration")%>">[Plugins]</a>
|
||||
<a href="configwebapps" title="<%=intl._t("WebApp Configuration")%>">[WebApps]</a>
|
||||
</span>
|
||||
</h3>
|
||||
<p class="infohelp" id="clientconf">
|
||||
|
@@ -57,7 +57,7 @@
|
||||
<jsp:useBean class="net.i2p.router.web.HomeHelper" id="homehelper" scope="request" />
|
||||
<jsp:setProperty name="homehelper" property="contextId" value="<%=(String)session.getAttribute(\"i2p.contextId\")%>" />
|
||||
<% if (homehelper.shouldShowWelcome()) { %>
|
||||
<div class="welcome" title="<%=intl._t("Click a flag to select a language. Click 'configure language' below to change it later.")%>">
|
||||
<div class="welcome" title="<%=intl._t("Click a flag to select a language. Click 'Configure UI' below to change it later.")%>">
|
||||
<div class="langbox" id="langbox">
|
||||
<a href="/home?lang=en&consoleNonce=<%=consoleNonce%>"><img height="11" width="16" style="padding: 0 2px;" src="/flags.jsp?c=us" title="English" alt="English"></a>
|
||||
<a href="/home?lang=ar&consoleNonce=<%=consoleNonce%>"><img height="11" width="16" style="padding: 0 2px;" src="/flags.jsp?c=lang_ar" title="عربية" alt="عربية"></a>
|
||||
|
Reference in New Issue
Block a user