From: Marc Schumann Date: Sat, 14 Apr 2012 22:02:45 +0000 (+0200) Subject: Comment toggling text is not localizable because it's in a .js file. X-Git-Tag: bugzilla-4.3.1~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3988beb8e294613fb4e9ae47ec1d3d8b8e1c4d23;p=thirdparty%2Fbugzilla.git Comment toggling text is not localizable because it's in a .js file. r/a=LpSolit https://bugzilla.mozilla.org/show_bug.cgi?id=745460 --- diff --git a/js/comments.js b/js/comments.js index 703c23e7b6..ce61f6ba07 100644 --- a/js/comments.js +++ b/js/comments.js @@ -52,13 +52,11 @@ function toggle_all_comments(action) { function collapse_comment(link, comment) { link.innerHTML = "[+]"; - link.title = "Expand the comment."; YAHOO.util.Dom.addClass(comment, 'collapsed'); } function expand_comment(link, comment) { link.innerHTML = "[-]"; - link.title = "Collapse the comment"; YAHOO.util.Dom.removeClass(comment, 'collapsed'); } @@ -112,11 +110,11 @@ function wrapReplyText(text) { /* This way, we are sure that browsers which do not support JS * won't display this link */ -function addCollapseLink(count) { +function addCollapseLink(count, title) { document.write(' [-]<\/a> '); + '); return false;" title="' + title + '">[-]<\/a> '); } function goto_add_comments( anchor ){ diff --git a/template/en/default/bug/comments.html.tmpl b/template/en/default/bug/comments.html.tmpl index 0bdb375869..4a433230b3 100644 --- a/template/en/default/bug/comments.html.tmpl +++ b/template/en/default/bug/comments.html.tmpl @@ -146,7 +146,7 @@ [% END %] >reply] [% END %]