I2PSnark: s/Ignore/Skip

This commit is contained in:
z3d
2010-11-28 17:53:43 +00:00
parent f3fc28ff74
commit 693945a471

View File

@ -1525,7 +1525,7 @@ public class I2PSnarkServlet extends Default {
buf.append("<input type=\"radio\" value=\"-9\" name=\"pri.").append(f.getCanonicalPath()).append("\" ");
if (pri < 0)
buf.append("checked=\"true\"");
buf.append('>').append(_("Ignore"));
buf.append('>').append(_("Skip"));
showSaveButton = true;
}
buf.append("</td>");