diff options
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' => [ |