diff options
author | travis%sedsystems.ca <> | 2005-03-10 01:14:30 +0100 |
---|---|---|
committer | travis%sedsystems.ca <> | 2005-03-10 01:14:30 +0100 |
commit | 82bc36a9ccc7a9a0808c2d4c0e8b7d44eb1e63dd (patch) | |
tree | 4b76e6100d3fefb5c3a2bbb12464385c73cc26b8 /template/en/default | |
parent | a50b0164aa2b75910118b89950f3ff2de27dcbf1 (diff) | |
download | bugzilla-82bc36a9ccc7a9a0808c2d4c0e8b7d44eb1e63dd.tar.gz bugzilla-82bc36a9ccc7a9a0808c2d4c0e8b7d44eb1e63dd.tar.xz |
Bug 284991 : small typo: "thisbug" should be two words
Patch by Marc Schumann <wurblzap@gmail.com> r=timeless a=myk
Diffstat (limited to 'template/en/default')
-rw-r--r-- | template/en/default/pages/fields.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/pages/fields.html.tmpl b/template/en/default/pages/fields.html.tmpl index ac91b44d5..a1224f600 100644 --- a/template/en/default/pages/fields.html.tmpl +++ b/template/en/default/pages/fields.html.tmpl @@ -47,7 +47,7 @@ cycle of [% terms.abug %]. [% terms.bug %]. Only certain status transitions are allowed.</td> <td>The <b>resolution</b> field indicates what happened to this - [% terms.bug %].</td> + [%+ terms.bug %].</td> </tr> <tr valign="top"> |