]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 373413: Wrong variable used when clearing the bug resolution - Patch by FrédÃ...
authorlpsolit%gmail.com <>
Sat, 10 Mar 2007 17:59:26 +0000 (17:59 +0000)
committerlpsolit%gmail.com <>
Sat, 10 Mar 2007 17:59:26 +0000 (17:59 +0000)
template/en/default/bug/knob.html.tmpl

index caf1653a3518396e10ed807b859f53c09a8fe49b..03084ddd4737e5a627811bd6f0076ad6bf189251 100644 (file)
@@ -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 %]