diff --git a/apps/routerconsole/jsp/configupdate.jsp b/apps/routerconsole/jsp/configupdate.jsp index 5e0a326ebfb5eb4a4e43b35532324ba5c8c7fc5e..71417ae543f3f51a4ac7b5736ecfefc9d8652590 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 a71bdcc499bbaac257e8681ae908dffdb49f0305..1caea891c3ca53df634b714189e8d8838fec17e6 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 fe642e6986dbed34e8315158a16e4fe98c8cb302..96c7df907ba7886d1140dc75d8b6e3d99daf97cb 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.")%>