Committer: dpetrov
LJSUP-7866: ML-variables for deleting comment bubbleU trunk/htdocs/js/commentmanage.js
Modified: trunk/htdocs/js/commentmanage.js =================================================================== --- trunk/htdocs/js/commentmanage.js 2011-02-07 05:44:33 UTC (rev 18221) +++ trunk/htdocs/js/commentmanage.js 2011-02-07 07:12:15 UTC (rev 18222) @@ -306,7 +306,7 @@ } if (canAdmin&&com.username) { lbl = "ljpopdel" + dItemid + "author"; - inHTML += "<input type='checkbox' name='delauthor' id='" + lbl + "'> <label for='" + lbl + "'>" + getLocalizedStr( 'comment.delete.all.sub', "<b>" + ( (com.username == remoteUser ? 'my' : com.u) ) + "</b>" ) + "</label><br />"; + inHTML += "<input type='checkbox' name='delauthor' id='" + lbl + "'> <label for='" + lbl + "'>" + getLocalizedStr( 'comment.delete.all', "<b>" + ( (com.username == remoteUser ? 'my' : com.u) ) + "</b>" ) + "</label><br />"; } else { finalHeight -= 15; }