From 206718f1e8966eefc11ffeb741a6f477a810fb5b Mon Sep 17 00:00:00 2001 From: str4d <str4d@mail.i2p> Date: Mon, 23 May 2016 11:37:49 +0000 Subject: [PATCH] Text tweaks --- apps/routerconsole/jsp/configupdate.jsp | 2 +- apps/routerconsole/jsp/home.jsp | 2 +- apps/routerconsole/jsp/torrents.jsp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/routerconsole/jsp/configupdate.jsp b/apps/routerconsole/jsp/configupdate.jsp index 5e0a326ebf..71417ae543 100644 --- a/apps/routerconsole/jsp/configupdate.jsp +++ b/apps/routerconsole/jsp/configupdate.jsp @@ -26,7 +26,7 @@ <% /* set hidden default */ %> <input type="submit" name="action" value="" style="display:none" > <% if (updatehelper.canInstall()) { %> - <h3 class="tabletitle"><%=intl._t("Check for I2P and news updates")%></h3> + <h3 class="tabletitle"><%=intl._t("Check for I2P and News Updates")%></h3> <table id="i2pupdates" class="configtable" border="0" cellspacing="5"> <tr><td class="mediumtags" align="right"><b><%=intl._t("News & I2P Updates")%>:</b></td> <% } else { %> diff --git a/apps/routerconsole/jsp/home.jsp b/apps/routerconsole/jsp/home.jsp index a71bdcc499..1caea891c3 100644 --- a/apps/routerconsole/jsp/home.jsp +++ b/apps/routerconsole/jsp/home.jsp @@ -101,7 +101,7 @@ <table class="search"><tr><td align="right"> <input size="40" type="text" class="search" name="query" /> </td><td align="left"> - <button type="submit" value="search" class="search"><%=intl._t("Search I2P")%></button> + <button type="submit" value="search" class="search"><%=intl._t("Search")%></button> </td><td align="left"> <jsp:useBean class="net.i2p.router.web.SearchHelper" id="searchhelper" scope="request" /> <jsp:setProperty name="searchhelper" property="contextId" value="<%=(String)session.getAttribute(\"i2p.contextId\")%>" /> diff --git a/apps/routerconsole/jsp/torrents.jsp b/apps/routerconsole/jsp/torrents.jsp index fe642e6986..96c7df907b 100644 --- a/apps/routerconsole/jsp/torrents.jsp +++ b/apps/routerconsole/jsp/torrents.jsp @@ -30,7 +30,7 @@ <%@include file="summary.jsi" %> -<h1><%=intl._t("I2P Torrent Downloader")%> <span class="newtab"><a href="/i2psnark/" target="_blank" title="<%=intl._t("Open in new tab")%>"><img src="<%=intl.getTheme(request.getHeader("User-Agent"))%>images/newtab.png" /></a></span></h1> +<h1><%=intl._t("I2P Torrent Manager")%> <span class="newtab"><a href="/i2psnark/" target="_blank" title="<%=intl._t("Open in new tab")%>"><img src="<%=intl.getTheme(request.getHeader("User-Agent"))%>images/newtab.png" /></a></span></h1> <div class="main" id="torrents"> <iframe src="/i2psnark/" width="100%" height="100%" frameborder="0" border="0" name="i2psnarkframe" id="i2psnarkframe" onload="setupFrame()" allowtransparency="true"> <%=intl._t("Your browser does not support iFrames.")%> -- GitLab