diff options
author | Marc Schumann <wurblzap@gmail.com> | 2012-04-15 00:02:45 +0200 |
---|---|---|
committer | Marc Schumann <wurblzap@gmail.com> | 2012-04-15 00:02:45 +0200 |
commit | 3988beb8e294613fb4e9ae47ec1d3d8b8e1c4d23 (patch) | |
tree | ad3b84f6f81d5d6d80c449e409d404c5c36b7138 /template | |
parent | 20e47ded48b99a57569c702529a3cb886099c9e4 (diff) | |
download | bugs-3988beb8e294613fb4e9ae47ec1d3d8b8e1c4d23.tar bugs-3988beb8e294613fb4e9ae47ec1d3d8b8e1c4d23.tar.gz bugs-3988beb8e294613fb4e9ae47ec1d3d8b8e1c4d23.tar.bz2 bugs-3988beb8e294613fb4e9ae47ec1d3d8b8e1c4d23.tar.xz bugs-3988beb8e294613fb4e9ae47ec1d3d8b8e1c4d23.zip |
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')
-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 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 %] |