commit 41db949c7192b990acf48cfa02bed1034c1800be Author: IshaDakota Date: Sun May 19 12:04:47 2013 -0500 1831080-new_changes diff --git a/core/modules/views/lib/Drupal/views/Plugin/views/HandlerBase.php b/core/modules/views/lib/Drupal/views/Plugin/views/HandlerBase.php index 3f510aa..c752cef 100644 --- a/core/modules/views/lib/Drupal/views/Plugin/views/HandlerBase.php +++ b/core/modules/views/lib/Drupal/views/Plugin/views/HandlerBase.php @@ -286,10 +286,10 @@ public function buildOptionsForm(&$form, &$form_state) { ); // This form is long and messy enough that the "Administrative title" option - // belongs in "more options" details at the bottom of the form. + // belongs in "Administrative title" fieldset at the bottom of the form. $form['more'] = array( '#type' => 'details', - '#title' => t('More'), + '#title' => 'Administrative title', '#collapsed' => TRUE, '#weight' => 150, );