Issue #1399302 by droplet: Fixed Rename Field UI's 'Field' column to 'Field Type'.
parent
6d25705f18
commit
b67f7affd1
|
@ -318,7 +318,7 @@ function field_ui_field_overview_form($form, &$form_state, $entity_type, $bundle
|
|||
t('Weight'),
|
||||
t('Parent'),
|
||||
t('Machine name'),
|
||||
t('Field'),
|
||||
t('Field type'),
|
||||
t('Widget'),
|
||||
array('data' => t('Operations'), 'colspan' => 2),
|
||||
),
|
||||
|
|
|
@ -173,7 +173,7 @@ class FieldUIManageFieldsTestCase extends FieldUITestCase {
|
|||
$table_headers = array(
|
||||
t('Label'),
|
||||
t('Machine name'),
|
||||
t('Field'),
|
||||
t('Field type'),
|
||||
t('Widget'),
|
||||
t('Operations'),
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue