diff options
Diffstat (limited to 'template/en/default/admin')
-rw-r--r-- | template/en/default/admin/custom_fields/create.html.tmpl | 7 | ||||
-rw-r--r-- | template/en/default/admin/custom_fields/edit.html.tmpl | 5 |
2 files changed, 7 insertions, 5 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> diff --git a/template/en/default/admin/custom_fields/edit.html.tmpl b/template/en/default/admin/custom_fields/edit.html.tmpl index 01a8dcccb..ebf0891c8 100644 --- a/template/en/default/admin/custom_fields/edit.html.tmpl +++ b/template/en/default/admin/custom_fields/edit.html.tmpl @@ -150,8 +150,9 @@ <input type="text" id="reverse_desc" name="reverse_desc" size="40" value="[% field.reverse_desc FILTER html %]"> <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. + 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. |