From 754e6e6aea1fadda823b9d6f29027087420d038b Mon Sep 17 00:00:00 2001 From: DSB Date: Sun, 17 Jul 2011 09:10:04 +0000 Subject: [PATCH] Update for language pack en --- application/language/en/lang.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/language/en/lang.php b/application/language/en/lang.php index 498ee32..e908deb 100644 --- a/application/language/en/lang.php +++ b/application/language/en/lang.php @@ -142,7 +142,7 @@ $lang['L_CRON_EXTENDER']="File extension"; $lang['L_CRON_PRINTOUT']="Print output on screen."; $lang['L_CSVOPTIONS']="CSV Options"; $lang['L_CSV_EOL']="Seperate lines with"; -$lang['L_CSV_ERRORCREATETABLE']="Error while creating table `%s` !"; +$lang['L_CSV_ERRORCREATETABLE']="Error while creating table `%s`!"; $lang['L_CSV_FIELDCOUNT_NOMATCH']="The count of fields doesn't match with" ." that of the data to import (%d instead" ." of %d).";