[Vtigercrm-commits] [vtiger-commits] r10101 - in /vtigercrm/branches/5.0.3/modules/Calendar: CalendarCommon.php language/en_us.lang.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Tue Jan 23 06:11:32 EST 2007
Author: richie
Date: Tue Jan 23 04:11:26 2007
New Revision: 10101
Log:
LBL_DEAR removed. Fixes #2821
Modified:
vtigercrm/branches/5.0.3/modules/Calendar/CalendarCommon.php
vtigercrm/branches/5.0.3/modules/Calendar/language/en_us.lang.php
Modified: vtigercrm/branches/5.0.3/modules/Calendar/CalendarCommon.php
==============================================================================
--- vtigercrm/branches/5.0.3/modules/Calendar/CalendarCommon.php (original)
+++ vtigercrm/branches/5.0.3/modules/Calendar/CalendarCommon.php Tue Jan 23 04:11:26 2007
@@ -379,7 +379,7 @@
$current_username = getUserName($current_user->id);
$status = (($_REQUEST['activity_mode']=='Task')?($_REQUEST['taskstatus']):($_REQUEST['eventstatus']));
- $list = $mod_strings['LBL_DEAR'].' ' .$name.',';
+ $list = $name.',';
$list .= '<br><br>'.$mod_strings['LBL_ACTIVITY_STRING'].' '.$reply.'. '.$mod_strings['LBL_DETAILS_STRING'].':';
$list .= '<br>'.$mod_strings["LBL_SUBJECT"].' '.$_REQUEST['subject'];
$list .= '<br>'.$mod_strings["LBL_STATUS"].': '.$status;
Modified: vtigercrm/branches/5.0.3/modules/Calendar/language/en_us.lang.php
==============================================================================
--- vtigercrm/branches/5.0.3/modules/Calendar/language/en_us.lang.php (original)
+++ vtigercrm/branches/5.0.3/modules/Calendar/language/en_us.lang.php Tue Jan 23 04:11:26 2007
@@ -194,7 +194,6 @@
'LBL_ASSINGEDTO'=>'Assigned To',
'LBL_RELATEDTO'=>'Related To',
'LBL_STATUS'=>'Status',
-'LBL_DEAR'=>'Dear',
'LBL_PENDING'=>'Pending',
'LBL_PUBLIC'=>'Mark Public',
'LBL_MORE'=>'More',
@@ -229,13 +228,13 @@
-//DON'T CONVERT THESE THEY ARE MAPPINGS
+//DON'T CONVERT THESE THEY ARE MAPPINGS - Starts
'db_last_name' => 'LBL_LIST_LAST_NAME',
'db_first_name' => 'LBL_LIST_FIRST_NAME',
'db_title' => 'LBL_LIST_TITLE',
'db_email1' => 'LBL_LIST_EMAIL_ADDRESS',
'db_email2' => 'LBL_LIST_EMAIL_ADDRESS',
-//END DON'T CONVERT
+//DON'T CONVERT THESE THEY ARE MAPPINGS - Ends
'LBL_COMPLETED'=>'Mark Completed',
'LBL_DEFERRED'=>'Mark Deferred',
More information about the vtigercrm-commits
mailing list