[Vtigercrm-commits] [vtiger-commits] r11009 - in /vtigercrm/branches/5.0.3/modules/Contacts: Contacts.php language/en_us.lang.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Thu May 24 03:36:26 EDT 2007


Author: richie
Date: Thu May 24 01:36:14 2007
New Revision: 11009

Log:
label has been changed for phone field. --minnie

Modified:
    vtigercrm/branches/5.0.3/modules/Contacts/Contacts.php
    vtigercrm/branches/5.0.3/modules/Contacts/language/en_us.lang.php

Modified: vtigercrm/branches/5.0.3/modules/Contacts/Contacts.php
==============================================================================
--- vtigercrm/branches/5.0.3/modules/Contacts/Contacts.php (original)
+++ vtigercrm/branches/5.0.3/modules/Contacts/Contacts.php Thu May 24 01:36:14 2007
@@ -58,7 +58,7 @@
 	'Title' => Array('contactdetails'=>'title'),
 	'Account Name' => Array('account'=>'accountid'),
 	'Email' => Array('contactdetails'=>'email'),
-	'Phone' => Array('contactdetails'=>'phone'),
+	'Office Phone' => Array('contactdetails'=>'phone'),
 	'Assigned To' => Array('crmentity'=>'smownerid')
 	);
 

Modified: vtigercrm/branches/5.0.3/modules/Contacts/language/en_us.lang.php
==============================================================================
--- vtigercrm/branches/5.0.3/modules/Contacts/language/en_us.lang.php (original)
+++ vtigercrm/branches/5.0.3/modules/Contacts/language/en_us.lang.php Thu May 24 01:36:14 2007
@@ -143,7 +143,7 @@
 'Account Name'=>'Account Name',
 'Home Phone'=>'Home Phone',
 'Lead Source'=>'Lead Source',
-'Phone'=>'Phone',
+'Phone'=>'Other Phone',
 'Title'=>'Title',
 'Fax'=>'Fax',
 'Department'=>'Department',





More information about the vtigercrm-commits mailing list