Issue #1399302 by droplet: Fixed Rename Field UI's 'Field' column to 'Field Type'.
parent
2e47b2fbee
commit
fcd6dd35b2
|
@ -326,7 +326,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),
|
||||
),
|
||||
|
|
|
@ -204,7 +204,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