diff options
Diffstat (limited to 'template/en')
-rw-r--r-- | template/en/default/bug/comments.html.tmpl | 2 | ||||
-rw-r--r-- | template/en/default/bug/process/midair.html.tmpl | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/template/en/default/bug/comments.html.tmpl b/template/en/default/bug/comments.html.tmpl index 008da01a0..7a9dfb4ef 100644 --- a/template/en/default/bug/comments.html.tmpl +++ b/template/en/default/bug/comments.html.tmpl @@ -49,7 +49,7 @@ [% IF count > 0 %] <br> <span class="bz_comment"> - ------- <i>Additional Comment + ------- <i>Comment <a name="c[% count %]" href="#c[% count %]">#[% count %]</a> From <a href="mailto:[% comment.email FILTER html %]"> [% comment.name FILTER html %]</a> diff --git a/template/en/default/bug/process/midair.html.tmpl b/template/en/default/bug/process/midair.html.tmpl index eaad633c2..491e5b269 100644 --- a/template/en/default/bug/process/midair.html.tmpl +++ b/template/en/default/bug/process/midair.html.tmpl @@ -53,7 +53,7 @@ [% IF comments.size > start_at %] <p> - Added comments: + Added the comment(s): <blockquote> [% PROCESS "bug/comments.html.tmpl" %] </blockquote> @@ -61,7 +61,7 @@ [% END %] <p> - Your additional comment was:<br> + Your comment was:<br> <blockquote><pre>[% form.comment FILTER html %]</pre></blockquote> </p> |