From a62cc4d464c2f072a7ae980bb97fd0219e242fe6 Mon Sep 17 00:00:00 2001 From: lorilee Date: Thu, 8 Jul 2010 13:40:50 -0700 Subject: [PATCH] Changed "columns terminated with" to "columns separated with" --- libraries/export/csv.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/export/csv.php b/libraries/export/csv.php index 39defdcb4..4a2ed8141 100644 --- a/libraries/export/csv.php +++ b/libraries/export/csv.php @@ -19,7 +19,7 @@ if (isset($plugin_list)) { 'mime_type' => 'text/comma-separated-values', 'options' => array( array('type' => 'begin_group', 'name' => 'general_opts'), - array('type' => 'text', 'name' => 'separator', 'text' => __('Columns terminated with:')), + array('type' => 'text', 'name' => 'separator', 'text' => __('Columns separated with:')), array('type' => 'text', 'name' => 'enclosed', 'text' => __('Columns enclosed with:')), array('type' => 'text', 'name' => 'escaped', 'text' => __('Columns escaped with:')), array('type' => 'text', 'name' => 'terminated', 'text' => __('Lines terminated with:')),