summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authortravis%sedsystems.ca <>2005-01-15 01:41:30 +0100
committertravis%sedsystems.ca <>2005-01-15 01:41:30 +0100
commitffdfa89bed83a69785dd520aad163353c7b313c8 (patch)
tree3b64297b9dd4706f1a2985d59686a31be33cbc6d /template
parent432cd0830edc786c8e73bddfed912d10ebe2a808 (diff)
downloadbugzilla-ffdfa89bed83a69785dd520aad163353c7b313c8.tar.gz
bugzilla-ffdfa89bed83a69785dd520aad163353c7b313c8.tar.xz
Bug 150791 : Email and Numbering text is grammatically incorrect
Patch by travis@sedsystems.ca r=timeless a=justdave
Diffstat (limited to 'template')
-rw-r--r--template/en/default/search/form.html.tmpl12
1 files changed, 6 insertions, 6 deletions
diff --git a/template/en/default/search/form.html.tmpl b/template/en/default/search/form.html.tmpl
index b0ce6e24e..a3e0d68f5 100644
--- a/template/en/default/search/form.html.tmpl
+++ b/template/en/default/search/form.html.tmpl
@@ -413,7 +413,7 @@ function doOnSelectProduct(selectmode) {
<table cellspacing="0" cellpadding="0">
<tr>
<td>
- Any of:
+ Any one of:
</td>
</tr>
<tr>
@@ -422,7 +422,7 @@ function doOnSelectProduct(selectmode) {
id="emailassigned_to[% n %]" value="1"
[% " checked" IF default.emailassigned_to.$n %]>
<label for="emailassigned_to[% n %]">
- [% terms.bug %] owner
+ the [% terms.bug %] owner
</label>
</td>
</tr>
@@ -432,7 +432,7 @@ function doOnSelectProduct(selectmode) {
id="emailreporter[% n %]" value="1"
[% " checked" IF default.emailreporter.$n %]>
<label for="emailreporter[% n %]">
- reporter
+ the reporter
</label>
</td>
</tr>
@@ -443,7 +443,7 @@ function doOnSelectProduct(selectmode) {
id="emailqa_contact[% n %]" value="1"
[% " checked" IF default.emailqa_contact.$n %]>
<label for="emailqa_contact[% n %]">
- QA contact
+ the QA contact
</label>
</td>
</tr>
@@ -454,7 +454,7 @@ function doOnSelectProduct(selectmode) {
id="emailcc[% n %]" value="1"
[% " checked" IF default.emailcc.$n %]>
<label for="emailcc[% n %]">
- CC list member
+ a CC list member
</label>
</td>
</tr>
@@ -464,7 +464,7 @@ function doOnSelectProduct(selectmode) {
id="emaillongdesc[% n %]" value="1"
[% " checked" IF default.emaillongdesc.$n %]>
<label for="emaillongdesc[% n %]">
- commenter
+ a commenter
</label>
</td>
</tr>