From: wurblzap%gmail.com <> Date: Sat, 12 Apr 2008 02:43:41 +0000 (+0000) Subject: Bug 428511 – Status and resolution values in dependency trees not localizable. X-Git-Tag: bugzilla-3.0.4~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=20f2356d1d2f2b8e2bb288f661a071c9e8373c53;p=thirdparty%2Fbugzilla.git Bug 428511 – Status and resolution values in dependency trees not localizable. Patch by Marc Schumann ; r=LpSolit; a=LpSolit --- diff --git a/template/en/default/bug/dependency-tree.html.tmpl b/template/en/default/bug/dependency-tree.html.tmpl index db3144f6fb..2139f635c6 100644 --- a/template/en/default/bug/dependency-tree.html.tmpl +++ b/template/en/default/bug/dependency-tree.html.tmpl @@ -22,7 +22,7 @@ # André Batosti #%] -[% 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 %]; + [% status_descs.${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 %]