From f6c1d1f16f00efcb5f02dc5573764ddfd60a49c9 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Wed, 13 Oct 2010 23:46:02 +0000 Subject: #938672 by Jeff Burnz: Stop thousands of red Xs from appearing on field UI error. --- modules/field_ui/field_ui.admin.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/field_ui') diff --git a/modules/field_ui/field_ui.admin.inc b/modules/field_ui/field_ui.admin.inc index 3ba38d81b..3dc65e1dc 100644 --- a/modules/field_ui/field_ui.admin.inc +++ b/modules/field_ui/field_ui.admin.inc @@ -1438,7 +1438,7 @@ function field_ui_field_settings_form($form, &$form_state, $instance) { // If so, prevent changes to the field settings. $has_data = field_has_data($field); if ($has_data) { - $form['field']['#description'] = '
' . t('There is data for this field in the database. The field settings can no longer be changed.' . '
') . $form['field']['#description']; + $form['field']['#description'] = '
' . t('There is data for this field in the database. The field settings can no longer be changed.' . '
') . $form['field']['#description']; } // Build the non-configurable field values. -- cgit v1.2.3