projects
/
project/views_bonus.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
6003c61
)
Fix #596414 by joachim. Spelling error in admin.
author
James Gilliland
Tue, 6 Oct 2009 05:21:13 +0000 (
05:21
+0000)
committer
James Gilliland
Tue, 6 Oct 2009 05:21:13 +0000 (
05:21
+0000)
export/views_bonus_plugin_style_export_csv.inc
patch
|
blob
|
blame
|
history
diff --git
a/export/views_bonus_plugin_style_export_csv.inc
b/export/views_bonus_plugin_style_export_csv.inc
index
9ca4396
..
ef7fc6c
100644
(file)
--- 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'),
);