diff options
author | lpsolit%gmail.com <> | 2007-03-10 18:57:45 +0100 |
---|---|---|
committer | lpsolit%gmail.com <> | 2007-03-10 18:57:45 +0100 |
commit | 6ff1daa69c354bea2d3ff2efafd8f414b0c15924 (patch) | |
tree | ca21505477fbff5dad39c47314db4b4e34d2229e | |
parent | 005be3986d879aa2078498dbab59d51b245f7146 (diff) | |
download | bugzilla-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
-rw-r--r-- | template/en/default/bug/knob.html.tmpl | 2 |
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 %] |