[Vtigercrm-commits] [vtiger-commits] r10404 - /vtigercrm/branches/5.0.3/modules/Import/language/en_us.lang.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Fri Mar 9 08:41:38 EST 2007
Author: saraj
Date: Fri Mar 9 06:41:34 2007
New Revision: 10404
Log:
illegal special character removed
Modified:
vtigercrm/branches/5.0.3/modules/Import/language/en_us.lang.php
Modified: vtigercrm/branches/5.0.3/modules/Import/language/en_us.lang.php
==============================================================================
--- vtigercrm/branches/5.0.3/modules/Import/language/en_us.lang.php (original)
+++ vtigercrm/branches/5.0.3/modules/Import/language/en_us.lang.php Fri Mar 9 06:41:34 2007
@@ -164,8 +164,8 @@
'LBL_LAST_IMPORTED'=>'Last Imported',
//Added for 5.0.3
-'to'=>'to';
-'of'=>'of';
+'to'=>'to',
+'of'=>'of',
'are_imported_succesfully'=>'are imported successfully',
More information about the vtigercrm-commits
mailing list