(zzz) i2psnark: clarify that total uploader value is peers on UI. (thanks jadeSerpent)

This commit is contained in:
zzz
2007-03-15 18:26:06 +00:00
committed by zzz
parent 0c2dcf0845
commit b033c7945c
2 changed files with 3 additions and 3 deletions

View File

@ -639,7 +639,7 @@ public class I2PSnarkServlet extends HttpServlet {
out.write("</select><br />\n");
*/
out.write("Total uploader limit: <input type=\"text\" name=\"upLimit\" value=\""
+ I2PSnarkUtil.instance().getMaxUploaders() + "\" size=\"3\" /><br />\n");
+ I2PSnarkUtil.instance().getMaxUploaders() + "\" size=\"3\" /> peers<br />\n");
//out.write("<hr />\n");
out.write("EepProxy host: <input type=\"text\" name=\"eepHost\" value=\""