Skip to content

Commit

Permalink
Issue #1399302 by droplet: Fixed Rename Field UI's 'Field' column to …
Browse files Browse the repository at this point in the history
…'Field Type'.
  • Loading branch information
webchick committed Jul 7, 2012
1 parent 6d25705 commit b67f7af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/field_ui/field_ui.admin.inc
Expand Up @@ -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),
),
Expand Down
2 changes: 1 addition & 1 deletion modules/field_ui/field_ui.test
Expand Up @@ -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'),
);
Expand Down

0 comments on commit b67f7af

Please sign in to comment.