diff options
author | Marc Schumann <wurblzap@gmail.com> | 2012-04-15 00:02:17 +0200 |
---|---|---|
committer | Marc Schumann <wurblzap@gmail.com> | 2012-04-15 00:02:17 +0200 |
commit | 90225246accea4319d6a1a2ce7b28af5c8e30184 (patch) | |
tree | dc18b82a5a7f99d1fbae920cdec3407c73967959 /template/en/default/bug | |
parent | dd288903e2a64d3f012987fcb676a1bce45ab41f (diff) | |
download | bugzilla-90225246accea4319d6a1a2ce7b28af5c8e30184.tar.gz bugzilla-90225246accea4319d6a1a2ce7b28af5c8e30184.tar.xz |
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
Diffstat (limited to 'template/en/default/bug')
-rw-r--r-- | template/en/default/bug/comments.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/bug/comments.html.tmpl b/template/en/default/bug/comments.html.tmpl index 208ea092a..170c69349 100644 --- a/template/en/default/bug/comments.html.tmpl +++ b/template/en/default/bug/comments.html.tmpl @@ -122,7 +122,7 @@ <span class="bz_comment_actions"> <script type="text/javascript"><!-- addReplyLink([% count %], [% comment.id %]); - addCollapseLink([% count %]); // --> + addCollapseLink([% count %], 'Toggle comment display'); // --> </script> </span> [% END %] |