diff --git a/core/modules/views_ui/admin.inc b/core/modules/views_ui/admin.inc index e896086..c27e42c 100644 --- a/core/modules/views_ui/admin.inc +++ b/core/modules/views_ui/admin.inc @@ -275,7 +275,7 @@ function views_ui_pre_render_add_fieldset_markup($form) { } } - // Hide the fieldsets if there is nothing on there. + // Hide the fieldsets if there is nothing in there. if (isset($form['fieldsets']['#value'])) { foreach ($form['fieldsets']['#value'] as $fieldset) { if (!element_children($form[$fieldset])) {