summaryrefslogtreecommitdiffstats
path: root/template/en/default/admin/custom_fields/create.html.tmpl
diff options
context:
space:
mode:
authorMax Kanat-Alexander <mkanat@bugzilla.org>2010-02-08 01:21:39 +0100
committerMax Kanat-Alexander <mkanat@bugzilla.org>2010-02-08 01:21:39 +0100
commitc9ac662cd2adf28710d6c759f2386836150d9e9f (patch)
tree99906a3f09b7a07a8ea3d580a28b25605ce1386a /template/en/default/admin/custom_fields/create.html.tmpl
parentd73a83506def7c6b43e5ad720777ec700f6af2e8 (diff)
downloadbugzilla-c9ac662cd2adf28710d6c759f2386836150d9e9f.tar.gz
bugzilla-c9ac662cd2adf28710d6c759f2386836150d9e9f.tar.xz
Fix some filter test failures caused by the checkin of bug 251556.
Diffstat (limited to 'template/en/default/admin/custom_fields/create.html.tmpl')
-rw-r--r--template/en/default/admin/custom_fields/create.html.tmpl7
1 files changed, 4 insertions, 3 deletions
diff --git a/template/en/default/admin/custom_fields/create.html.tmpl b/template/en/default/admin/custom_fields/create.html.tmpl
index d23be0fe2..f8a3eafa2 100644
--- a/template/en/default/admin/custom_fields/create.html.tmpl
+++ b/template/en/default/admin/custom_fields/create.html.tmpl
@@ -126,9 +126,10 @@ YAHOO.util.Event.onDOMReady(function() {onChangeType(document.getElementById('ty
<td>
<input type="text" id="reverse_desc" name="reverse_desc" value="" size="40" disabled="disabled">
<br/>
- Use this label for the list of [% terms.bugs %] that link to a [% terms.bug %]
- with this [% field_types.${constants.FIELD_TYPE_BUG_ID} %] field.
- For example, if the description is "Is a duplicate of",
+ Use this label for the list of [% terms.bugs %] that link to
+ [%+ terms.abug %] with this
+ [%+ field_types.${constants.FIELD_TYPE_BUG_ID} FILTER html %]
+ field. For example, if the description is "Is a duplicate of",
the reverse description would be "Duplicates of this [% terms.bug %]".
Leave blank to disable the list for this field.
</td>