From 555a6472f907b5ba3f3d96e068f5afd830575db1 Mon Sep 17 00:00:00 2001 From: "travis%sedsystems.ca" <> Date: Sat, 26 Feb 2005 01:57:15 +0000 Subject: Bug 182939 : Remove the word 'Additional' from 'Additional Comments' Patch by Shane H. W. Travis r=myk a=myk --- template/en/default/bug/comments.html.tmpl | 2 +- template/en/default/bug/process/midair.html.tmpl | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'template') 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 %]
- ------- Additional Comment + ------- Comment #[% count %] From [% comment.name FILTER html %] 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 %]

- Added comments: + Added the comment(s):

[% PROCESS "bug/comments.html.tmpl" %]
@@ -61,7 +61,7 @@ [% END %]

- Your additional comment was:
+ Your comment was:

[% form.comment FILTER html %]

-- cgit v1.2.3-24-g4f1b