summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2005-08-22 05:32:27 +0200
committerlpsolit%gmail.com <>2005-08-22 05:32:27 +0200
commit4645632ac85fc08e9891342fd44f331615a77f75 (patch)
treed0b6d841dd81e96274b97f2a9a11953e7c952fc2 /template
parent30f965e08ca2a5bbfffe9d7d99109413329b2763 (diff)
downloadbugzilla-4645632ac85fc08e9891342fd44f331615a77f75.tar.gz
bugzilla-4645632ac85fc08e9891342fd44f331615a77f75.tar.xz
Bug 304322: The Change-several-bugs-at-once page does not use localised terms for resolutions - Patch by Marc Schumann <wurblzap@gmail.com> r=LpSolit a=myk
Diffstat (limited to 'template')
-rw-r--r--template/en/default/list/edit-multiple.html.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/list/edit-multiple.html.tmpl b/template/en/default/list/edit-multiple.html.tmpl
index 6a205f773..096c0e695 100644
--- a/template/en/default/list/edit-multiple.html.tmpl
+++ b/template/en/default/list/edit-multiple.html.tmpl
@@ -283,7 +283,7 @@
[% 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>