diff --git a/export/views_bonus_plugin_style_export_csv.inc b/export/views_bonus_plugin_style_export_csv.inc index 9ca43966851c05529f4d599dfdf70a49ebbd90e3..ef7fc6ca59d8cd3f75443530856e498cca12e175 100644 --- a/export/views_bonus_plugin_style_export_csv.inc +++ b/export/views_bonus_plugin_style_export_csv.inc @@ -66,7 +66,7 @@ class views_bonus_plugin_style_export_csv extends views_bonus_plugin_style_expor $form['seperator'] = array( '#type' => 'textfield', - '#title' => t('Seperator'), + '#title' => t('Separator'), '#default_value' => !empty($this->options['seperator']) ? $this->options['seperator'] : ',', '#description' => t('This is the seperator that is used to seperate fields. CSV implies comma seperated fields so this should not be changed unless you have specific requirements'), );