diff options
author | gerv%gerv.net <> | 2005-01-02 02:20:55 +0100 |
---|---|---|
committer | gerv%gerv.net <> | 2005-01-02 02:20:55 +0100 |
commit | db91a3203b7a5a9bb90b0499b0c1ae007a7ac958 (patch) | |
tree | 18f4e226a06f8abb18a2d8d4ffd2976eead9a4e9 /template/en/default | |
parent | 4e2bfc82a0a1d70e3e0e79d27b9bcee8dfc25077 (diff) | |
download | bugzilla-db91a3203b7a5a9bb90b0499b0c1ae007a7ac958.tar.gz bugzilla-db91a3203b7a5a9bb90b0499b0c1ae007a7ac958.tar.xz |
Bug 261671 - fix burning tinderbox. Oops. Patch by gerv; r=mozbot.
Diffstat (limited to 'template/en/default')
-rw-r--r-- | template/en/default/bug/create/create-guided.html.tmpl | 8 | ||||
-rw-r--r-- | 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() { <h3>Step 1 of 3 - has your [% terms.bug %] already been reported?</h3> <p> - <font color="red">Please don't skip this step - half of all bugs filed are + <font color="red">Please don't skip this step - half of all + [% terms.bugs %] filed are reported already.</font> Check the two lists of frequently-reported [% terms.bugs %]: </p> @@ -490,8 +491,9 @@ function PutDescription() { <p> 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. </p> 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' => [ |