Issue #1399302 by droplet: Fixed Rename Field UI's 'Field' column to 'Field Type'.

merge-requests/26/head
webchick 2012-07-07 11:43:56 -07:00
parent 6d25705f18
commit b67f7affd1
2 changed files with 2 additions and 2 deletions

View File

@ -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),
),

View File

@ -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'),
);