Skip to content

Commit

Permalink
RC2
Browse files Browse the repository at this point in the history
  • Loading branch information
mattlorimer committed Mar 28, 2014
1 parent c61e9d7 commit 96ba6e5
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions custom/application/Ext/Language/en_us.lang.ext.php
Original file line number Diff line number Diff line change
Expand Up @@ -1071,6 +1071,15 @@
$app_strings['LBL_TWITTER_USER_C'] = 'Twitter User';
$app_strings['LBL_PANEL_SOCIAL_FEED'] = 'Social Feed Details';

/**
* en_us.sps.php
* @author SalesAgility <[email protected]>
* Date: 27/01/14
*/


$app_strings['LBL_SUBPANEL_FILTER_LABEL'] = 'Filter';

/**
* @package SuiteCRM
* @copyright SalesAgility Ltd http://www.salesagility.com
Expand Down Expand Up @@ -1100,4 +1109,7 @@
$app_strings['LBL_QUICK_DOCUMENT'] = 'Create Document';
$app_strings['LBL_QUICK_CALL'] = 'Log Call';
$app_strings['LBL_QUICK_TASK'] = 'Create Task';
$app_strings['LBL_COLLECTION_TYPE'] = 'Type';

$app_list_strings['collection_temp_list'] = array ( 'Tasks' => 'Tasks', 'Meetings' => 'Meetings', 'Calls' => 'Calls', 'Notes' => 'Notes', 'Emails' => 'Emails' );
?>
4 changes: 2 additions & 2 deletions suitecrm_version.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
if(!defined('sugarEntry') || !sugarEntry) die('Not A Valid Entry Point');

$suitecrm_version = '7.1.0 RC';
$suitecrm_timestamp = '2014-03-24 05:00pm';
$suitecrm_version = '7.1.0 RC2';
$suitecrm_timestamp = '2014-03-28 10:30pm';

?>

0 comments on commit 96ba6e5

Please sign in to comment.