Skip to content
Snippets Groups Projects
Commit bbce39ff authored by Dries Buytaert's avatar Dries Buytaert
Browse files

- Patch #307354 by xmacinfo, heather: rename 'Display fields' to 'Manage Display'.

parent 0c0957ba
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -106,9 +106,9 @@ function field_ui_menu() {
'file' => 'field_ui.admin.inc',
) + $access;
// 'Display fields' tab and context secondary tabs.
// 'Manage display' tab and context secondary tabs.
$items["$path/display"] = array(
'title' => 'Display fields',
'title' => 'Manage display',
'page callback' => 'drupal_get_form',
'page arguments' => array('field_ui_display_overview_form', $obj_type, $bundle_arg),
'type' => MENU_LOCAL_TASK,
......@@ -167,7 +167,7 @@ function field_ui_theme() {
}
/**
* Group available build modes on tabs on the 'Display fields' page.
* Group available build modes on tabs on the 'Manage display' page.
*
* @todo Remove this completely and use vertical tabs?
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment