diff options
author | Dries Buytaert <dries@buytaert.net> | 2009-10-26 00:15:59 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2009-10-26 00:15:59 +0000 |
commit | bbce39fff3491d9f8e5386d43a78dddf7459d0b2 (patch) | |
tree | b39220557dbc80120891c107f74dfcaa1d542b05 /modules/field | |
parent | 0c0957ba9f9cc258bf8b25d7caea83ab2ab9153c (diff) | |
download | brdo-bbce39fff3491d9f8e5386d43a78dddf7459d0b2.tar.gz brdo-bbce39fff3491d9f8e5386d43a78dddf7459d0b2.tar.bz2 |
- Patch #307354 by xmacinfo, heather: rename 'Display fields' to 'Manage Display'.
Diffstat (limited to 'modules/field')
-rw-r--r-- | modules/field/field.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/field/field.module b/modules/field/field.module index d2a51643b..422b81c6e 100644 --- a/modules/field/field.module +++ b/modules/field/field.module @@ -478,7 +478,7 @@ function _field_filter_xss_display_allowed_tags() { * * Used to display a field's values outside the context of the $node, as * when fields are displayed in Views, or to display a field in a template - * using a different formatter than the one set up on the Display Fields tab + * using a different formatter than the one set up on the 'Manage display' tab * for the node's context. * * @param $field |