summaryrefslogtreecommitdiffstats
path: root/template/en/default/bug/comments.html.tmpl
diff options
context:
space:
mode:
authorMarc Schumann <wurblzap@gmail.com>2012-04-15 00:02:45 +0200
committerMarc Schumann <wurblzap@gmail.com>2012-04-15 00:02:45 +0200
commit3988beb8e294613fb4e9ae47ec1d3d8b8e1c4d23 (patch)
treead3b84f6f81d5d6d80c449e409d404c5c36b7138 /template/en/default/bug/comments.html.tmpl
parent20e47ded48b99a57569c702529a3cb886099c9e4 (diff)
downloadbugzilla-3988beb8e294613fb4e9ae47ec1d3d8b8e1c4d23.tar.gz
bugzilla-3988beb8e294613fb4e9ae47ec1d3d8b8e1c4d23.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/comments.html.tmpl')
-rw-r--r--template/en/default/bug/comments.html.tmpl2
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 0bdb37586..4a433230b 100644
--- a/template/en/default/bug/comments.html.tmpl
+++ b/template/en/default/bug/comments.html.tmpl
@@ -146,7 +146,7 @@
[% END %]
>reply</a>]
<script type="text/javascript"><!--
- addCollapseLink([% count %]); // -->
+ addCollapseLink([% count %], 'Toggle comment display'); // -->
</script>
</span>
[% END %]