diff options
| author | travis%sedsystems.ca <> | 2005-02-26 01:57:15 +0000 |
|---|---|---|
| committer | travis%sedsystems.ca <> | 2005-02-26 01:57:15 +0000 |
| commit | 555a6472f907b5ba3f3d96e068f5afd830575db1 (patch) | |
| tree | d94747d555ac90f0367d060f636c81f49371794d /template/en/default/bug/process | |
| parent | 58d63b1333c16f709694b8013c492a04cf169c18 (diff) | |
| download | bugs-555a6472f907b5ba3f3d96e068f5afd830575db1.tar bugs-555a6472f907b5ba3f3d96e068f5afd830575db1.tar.gz bugs-555a6472f907b5ba3f3d96e068f5afd830575db1.tar.bz2 bugs-555a6472f907b5ba3f3d96e068f5afd830575db1.tar.xz bugs-555a6472f907b5ba3f3d96e068f5afd830575db1.zip | |
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/en/default/bug/process')
| -rw-r--r-- | template/en/default/bug/process/midair.html.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
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> |
