Bug 519142: Replace IF/ELSE statements about bug_status/resolution with just a display_value call, and use display_value in more places to translate field values.
Patch by Vitaly Fedrushkov <vitaly.fedrushkov@gmail.com> r=mkanat, a=mkanat git-svn-id: svn://10.0.0.236/trunk@259009 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -327,7 +327,7 @@
|
||||
A valid quipid is needed.
|
||||
|
||||
[% ELSIF error == "no_manual_moved" %]
|
||||
You cannot set the resolution of [% terms.abug %] to MOVED without
|
||||
You cannot set the resolution of [% terms.abug %] to display_value("resolution", "MOVED") FILTER html %] without
|
||||
moving the [% terms.bug %].
|
||||
|
||||
[% ELSIF error == "no_open_bug_status" %]
|
||||
|
||||
Reference in New Issue
Block a user