]> 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:35:01 +0000 (03:35 +0000)
committerlpsolit%gmail.com <>
Mon, 22 Aug 2005 03:35:01 +0000 (03:35 +0000)
template/en/default/list/edit-multiple.html.tmpl

index 1bee75f5483650fed10c1b87d1c5f074d420ff48..ea52af3310106b9d5e8bd53f40307bada38d6dec 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>