forked from I2P_Developers/i2p.i2p
String de-duplication
This commit is contained in:
@ -3458,9 +3458,9 @@ public class I2PSnarkServlet extends BasicServlet {
|
||||
if (esc && _manager.util().getCommentsName().length() == 0) {
|
||||
buf.append(" <span id=\"nameRequired\">");
|
||||
buf.append(_t("Author name required to rate or comment"));
|
||||
buf.append(" <a href=\"").append(_contextPath).append("/configure#configureAuthor\">");
|
||||
buf.append(_t("[Configure]"));
|
||||
buf.append("</a></span>");
|
||||
buf.append(" <a href=\"").append(_contextPath).append("/configure#configureAuthor\">[");
|
||||
buf.append(_t("Configure"));
|
||||
buf.append("]</a></span>");
|
||||
} else {
|
||||
buf.append(" <span id=\"nameRequired\"><span class=\"commentAuthorName\" title=\"")
|
||||
.append(_t("Your author name for published comments and ratings"))
|
||||
|
Reference in New Issue
Block a user