summaryrefslogtreecommitdiffstats
path: root/template/en/default/bug/knob.html.tmpl
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2007-03-10 18:57:45 +0100
committerlpsolit%gmail.com <>2007-03-10 18:57:45 +0100
commit6ff1daa69c354bea2d3ff2efafd8f414b0c15924 (patch)
treeca21505477fbff5dad39c47314db4b4e34d2229e /template/en/default/bug/knob.html.tmpl
parent005be3986d879aa2078498dbab59d51b245f7146 (diff)
downloadbugzilla-6ff1daa69c354bea2d3ff2efafd8f414b0c15924.tar.gz
bugzilla-6ff1daa69c354bea2d3ff2efafd8f414b0c15924.tar.xz
Bug 373413: Wrong variable used when clearing the bug resolution - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
Diffstat (limited to 'template/en/default/bug/knob.html.tmpl')
-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 caf1653a3..03084ddd4 100644
--- a/template/en/default/bug/knob.html.tmpl
+++ b/template/en/default/bug/knob.html.tmpl
@@ -61,7 +61,7 @@
<input type="radio" id="knob-clear" name="knob" value="clearresolution">
<label for="knob-clear">
Clear the resolution (remove the current resolution of
- <b>[% status_descs.${bug.resolution} FILTER html %]</b>)
+ <b>[% resolution_descs.${bug.resolution} FILTER html %]</b>)
</label>
<br>
[% knum = knum + 1 %]