From db91a3203b7a5a9bb90b0499b0c1ae007a7ac958 Mon Sep 17 00:00:00 2001 From: "gerv%gerv.net" <> Date: Sun, 2 Jan 2005 01:20:55 +0000 Subject: Bug 261671 - fix burning tinderbox. Oops. Patch by gerv; r=mozbot. --- template/en/default/bug/create/create-guided.html.tmpl | 8 +++++--- template/en/default/filterexceptions.pl | 3 ++- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/template/en/default/bug/create/create-guided.html.tmpl b/template/en/default/bug/create/create-guided.html.tmpl index 87f7a668f..47454d303 100644 --- a/template/en/default/bug/create/create-guided.html.tmpl +++ b/template/en/default/bug/create/create-guided.html.tmpl @@ -105,7 +105,8 @@ function PutDescription() {

Step 1 of 3 - has your [% terms.bug %] already been reported?

- Please don't skip this step - half of all bugs filed are + Please don't skip this step - half of all + [% terms.bugs %] filed are reported already. Check the two lists of frequently-reported [% terms.bugs %]:

@@ -490,8 +491,9 @@ function PutDescription() {

Please be warned - that we get a lot of bug reports filed - it may take quite a while to - get around to yours. You can help the process by making sure your bug is + that we get a lot of [% terms.bug %] reports filed - it may take quite a + while to get around to yours. You can help the process by making sure your + [%+ terms.bug %] is complete and easy to understand, and by quickly replying to any questions which may arrive by email.

diff --git a/template/en/default/filterexceptions.pl b/template/en/default/filterexceptions.pl index d7b365ffc..b954c9176 100644 --- a/template/en/default/filterexceptions.pl +++ b/template/en/default/filterexceptions.pl @@ -427,7 +427,8 @@ 'matches.0', 'tablecolour', 'buildid', - 'sel', + 'sel', + 'productstring', ], 'bug/activity/show.html.tmpl' => [ -- cgit v1.2.3-24-g4f1b