diff options
author | lpsolit%gmail.com <> | 2005-08-22 03:32:27 +0000 |
---|---|---|
committer | lpsolit%gmail.com <> | 2005-08-22 03:32:27 +0000 |
commit | 4645632ac85fc08e9891342fd44f331615a77f75 (patch) | |
tree | d0b6d841dd81e96274b97f2a9a11953e7c952fc2 /template/en/default | |
parent | 30f965e08ca2a5bbfffe9d7d99109413329b2763 (diff) | |
download | bugs-4645632ac85fc08e9891342fd44f331615a77f75.tar bugs-4645632ac85fc08e9891342fd44f331615a77f75.tar.gz bugs-4645632ac85fc08e9891342fd44f331615a77f75.tar.bz2 bugs-4645632ac85fc08e9891342fd44f331615a77f75.tar.xz bugs-4645632ac85fc08e9891342fd44f331615a77f75.zip |
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/en/default')
-rw-r--r-- | template/en/default/list/edit-multiple.html.tmpl | 2 |
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> |