From: lpsolit%gmail.com <> Date: Wed, 19 Sep 2007 02:41:03 +0000 (+0000) Subject: Bug 389313: Bug statuses are always in english in summarize_time.cgi, even when the... X-Git-Tag: bugzilla-3.0.2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f390813984704dfba976bd8e4009011cff01b2ca;p=thirdparty%2Fbugzilla.git Bug 389313: Bug statuses are always in english in summarize_time.cgi, even when the selected language is not english - Patch by Frédéric Buclin r/a=mkanat --- diff --git a/template/en/default/bug/summarize-time.html.tmpl b/template/en/default/bug/summarize-time.html.tmpl index 76a3858fb4..47f381bdb9 100644 --- a/template/en/default/bug/summarize-time.html.tmpl +++ b/template/en/default/bug/summarize-time.html.tmpl @@ -16,7 +16,7 @@ [% USE date %] -[% PROCESS global/variables.none.tmpl %] +[% PROCESS "global/field-descs.none.tmpl" %] [% title = "Time Summary " %] [% IF do_depends %] @@ -193,7 +193,7 @@ [% INCLUDE buglink id=id %] - [% bug_status FILTER html %] + [% status_descs.${bug_status} FILTER html %] [% short_desc FILTER html %] [% extra FILTER none %]