'#description'=>t('This title will be displayed on the views edit page instead of the default one. This might be useful if you have the same item twice.'),
'#default_value'=>$this->options['ui_name'],
'#default_value'=>$this->options['admin_label'],
'#fieldset'=>'more',
);
...
...
@@ -319,7 +319,7 @@ public function buildGroupByForm(&$form, &$form_state) {
$errors[]=t('The value @value is not an array for @operator on filter: @filter',array('@value'=>views_var_export($this->value),'@operator'=>$this->operator,'@filter'=>$this->uiName(TRUE)));
$errors[]=t('The value @value is not an array for @operator on filter: @filter',array('@value'=>views_var_export($this->value),'@operator'=>$this->operator,'@filter'=>$this->adminLabel(TRUE)));