summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2005-09-02 07:07:48 +0200
committerlpsolit%gmail.com <>2005-09-02 07:07:48 +0200
commit3c36f0414886baad1a59db8d0dbd0efd3fec2254 (patch)
treedf2da6099d63378ed628cc83f91fd34e3ef7cc65 /template
parent375999bf69119ed2e9d148ec59b6b37220679052 (diff)
downloadbugzilla-3c36f0414886baad1a59db8d0dbd0efd3fec2254.tar.gz
bugzilla-3c36f0414886baad1a59db8d0dbd0efd3fec2254.tar.xz
Bug 306556: Some status in pages/fields.html.tmpl are broken - Original patch by victory <bmo@rsz.jp> r=LpSolit a=myk
Diffstat (limited to 'template')
-rw-r--r--template/en/default/pages/fields.html.tmpl6
1 files changed, 3 insertions, 3 deletions
diff --git a/template/en/default/pages/fields.html.tmpl b/template/en/default/pages/fields.html.tmpl
index fb1c95e26..27f530361 100644
--- a/template/en/default/pages/fields.html.tmpl
+++ b/template/en/default/pages/fields.html.tmpl
@@ -82,7 +82,7 @@ cycle of [% terms.abug %].
<dd>
This [% terms.bug %] is not yet resolved, but is assigned to the
proper person. From here [% terms.bugs %] can be given to another
- person and become <b>[% status_descs.NEW FILTER html %]</b>, or resolved and become <b>[% descs.bug_status_descs.RESOLVED FILTER html %]</b>.
+ person and become <b>[% status_descs.NEW FILTER html %]</b>, or resolved and become <b>[% status_descs.RESOLVED FILTER html %]</b>.
</dd>
<dt>
@@ -93,7 +93,7 @@ cycle of [% terms.abug %].
deemed incorrect. For example, a <b>[% status_descs.WORKSFORME FILTER html %]</b> [% terms.bug %] is
<b>[% status_descs.REOPENED FILTER html %]</b> when more information shows up and
the [% terms.bug %] is now reproducible. From here [% terms.bugs %] are
- either marked <b>[% status_descs.ASSIGNED FILTER html %]</b> or <b>[% descs.bug_status_descs.RESOLVED FILTER html %]</b>.
+ either marked <b>[% status_descs.ASSIGNED FILTER html %]</b> or <b>[% status_descs.RESOLVED FILTER html %]</b>.
</dd>
</dl>
</td>
@@ -119,7 +119,7 @@ cycle of [% terms.abug %].
<dd>
A resolution has been taken, and it is awaiting verification by
QA. From here [% terms.bugs %] are either re-opened and become
- <b>[% status_descs.REOPENED FILTER html %]</b>, are marked <b>[% descs.bug_status_descs.VERIFIED FILTER html %]</b>, or are closed for
+ <b>[% status_descs.REOPENED FILTER html %]</b>, are marked <b>[% status_descs.VERIFIED FILTER html %]</b>, or are closed for
good and marked <b>[% status_descs.CLOSED FILTER html %]</b>.
</dd>