[Vtigercrm-commits] [vtiger-commits] r7025 - /vtigercrm/trunk/include/ComboStrings.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Tue Jun 13 06:51:44 EDT 2006
Author: saraj
Date: Tue Jun 13 04:51:39 2006
New Revision: 7025
Log:
Status value Canceled changed to Cancelled. Fixes #1205
Modified:
vtigercrm/trunk/include/ComboStrings.php
Modified: vtigercrm/trunk/include/ComboStrings.php
==============================================================================
--- vtigercrm/trunk/include/ComboStrings.php (original)
+++ vtigercrm/trunk/include/ComboStrings.php Tue Jun 13 04:51:39 2006
@@ -257,14 +257,14 @@
'postatus_dom' => Array('Created'=>'Created',
'Approved'=>'Approved',
'Delivered'=>'Delivered',
- 'Canceled'=>'Canceled',
+ 'Cancelled'=>'Cancelled',
'Received Shipment'=>'Received Shipment'
),
'sostatus_dom' => Array('Created'=>'Created',
'Approved'=>'Approved',
'Delivered'=>'Delivered',
- 'Canceled'=>'Canceled'
+ 'Cancelled'=>'Cancelled'
),
'campaignstatus_dom' => Array(''=>'',
More information about the vtigercrm-commits
mailing list