summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authortravis%sedsystems.ca <>2005-02-16 06:47:38 +0100
committertravis%sedsystems.ca <>2005-02-16 06:47:38 +0100
commit647577784777d9b71113d5353efbcfa4600fb6ae (patch)
treea260b8e84239cdff441b02aa8544aecc853c33a3 /template
parentcde2d370ea2b46e862d4ec2262ea2b2f7520bb4b (diff)
downloadbugzilla-647577784777d9b71113d5353efbcfa4600fb6ae.tar.gz
bugzilla-647577784777d9b71113d5353efbcfa4600fb6ae.tar.xz
Bug 238467 : "Accept bug (confirm bug, change status to ASSIGNED)" should use ';' or 'and' not ','
Patch by Shane H. W. Travis <travis@sedsystems.ca> r=LpSolit a=justdave
Diffstat (limited to 'template')
-rw-r--r--template/en/default/bug/knob.html.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/bug/knob.html.tmpl b/template/en/default/bug/knob.html.tmpl
index 6318fd818..0adb69928 100644
--- a/template/en/default/bug/knob.html.tmpl
+++ b/template/en/default/bug/knob.html.tmpl
@@ -48,7 +48,7 @@
<input type="radio" id="knob-accept" name="knob" value="accept">
<label for="knob-accept">
Accept [% terms.bug %] (
- [% IF bug.isunconfirmed %]confirm [% terms.bug %], [% END %]change
+ [% IF bug.isunconfirmed %]confirm [% terms.bug %], and [% END %]change
status to <b>ASSIGNED</b>)
</label>
<br>