typo fixes (ticket #701), thanks vz

This commit is contained in:
kytv
2012-08-25 19:05:45 +00:00
parent 2552d99308
commit ba992067ad
13 changed files with 20 additions and 20 deletions

View File

@ -53,7 +53,7 @@ public class HomeHelper extends HelperBase {
_x("Plugins") + S + _x("Add-on directory") + S + "http://plugins.i2p/" + S + I + "plugin.png" + S +
_x("Postman's Tracker") + S + _x("Bittorrent tracker") + S + "http://tracker2.postman.i2p/" + S + I + "eepsite.png" + S +
_x("Project Website") + S + _x("I2P home page") + S + "http://www.i2p2.i2p/" + S + I + "info_rhombus.png" + S +
"stats.i2p" + S + _x("I2P Netowrk Statistics") + S + "http://stats.i2p/cgi-bin/dashboard.cgi" + S + I + "eepsite.png" + S +
"stats.i2p" + S + _x("I2P Network Statistics") + S + "http://stats.i2p/cgi-bin/dashboard.cgi" + S + I + "eepsite.png" + S +
_x("Technical Docs") + S + _x("Technical documentation") + S + "http://www.i2p2.i2p/how" + S + I + "education.png" + S +
_x("Trac Wiki") + S + S + "http://trac.i2p2.i2p/" + S + I + "eepsite.png" + S +
_x("Ugha's Wiki") + S + S + "http://ugha.i2p/" + S + I + "eepsite.png" + S +

View File

@ -410,7 +410,7 @@ public class SummaryBarRenderer {
.append("</td></tr>\n" +
"<tr title=\"")
.append(_("The number of peers available for network database inquries"))
.append(_("The number of peers available for network database inquiries"))
.append("\">" +
"<td align=\"left\"><b>")
.append(_("Integrated"))