summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authortravis%sedsystems.ca <>2005-02-26 02:57:15 +0100
committertravis%sedsystems.ca <>2005-02-26 02:57:15 +0100
commit555a6472f907b5ba3f3d96e068f5afd830575db1 (patch)
treed94747d555ac90f0367d060f636c81f49371794d /template
parent58d63b1333c16f709694b8013c492a04cf169c18 (diff)
downloadbugzilla-555a6472f907b5ba3f3d96e068f5afd830575db1.tar.gz
bugzilla-555a6472f907b5ba3f3d96e068f5afd830575db1.tar.xz
Bug 182939 : Remove the word 'Additional' from 'Additional Comments'
Patch by Shane H. W. Travis <travis@sedsystems.ca> r=myk a=myk
Diffstat (limited to 'template')
-rw-r--r--template/en/default/bug/comments.html.tmpl2
-rw-r--r--template/en/default/bug/process/midair.html.tmpl4
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>