Commit 54e88736 authored by wurblzap%gmail.com's avatar wurblzap%gmail.com

Bug 428511 – Status and resolution values in dependency trees not localizable.

Patch by Marc Schumann <wurblzap@gmail.com>; r=LpSolit; a=LpSolit
parent 9c13225a
......@@ -21,7 +21,7 @@
# André Batosti <batosti@async.com.br>
#%]
[% PROCESS global/variables.none.tmpl %]
[% PROCESS 'global/field-descs.none.tmpl' %]
[% filtered_desc = blocked_tree.$bugid.short_desc FILTER html %]
[% PROCESS global/header.html.tmpl
......@@ -153,7 +153,7 @@
[% END %]
[% BLOCK buginfo %]
[% bug.bug_status FILTER html -%] [%+ bug.resolution FILTER html %];
[% get_status(bug.bug_status) FILTER html -%] [%+ get_resolution(bug.resolution) FILTER html %];
[%-%] assigned to [% bug.assigned_to.login FILTER html %]
[%-%][% "; Target: " _ bug.target_milestone IF bug.target_milestone %]
[% END %]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment