]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 304322: The Change-several-bugs-at-once page does not use localised terms for...
authorlpsolit%gmail.com <>
Mon, 22 Aug 2005 03:32:27 +0000 (03:32 +0000)
committerlpsolit%gmail.com <>
Mon, 22 Aug 2005 03:32:27 +0000 (03:32 +0000)
template/en/default/list/edit-multiple.html.tmpl

index 6a205f773502c56ff016a9694e93569404a99f95..096c0e695cff53cc479992f43d5f165b6c7a59a8 100644 (file)
     [% FOREACH resolution = resolutions %]
       [% NEXT IF !resolution %]
       <option value="[% resolution FILTER html %]" [% 'selected="selected"' IF resolution == "FIXED" %]>
-        [% resolution FILTER html %]
+        [% resolution_descs.$resolution FILTER html %]
       </option>
     [% END %]
   </select><br>