X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;ds=sidebyside;f=CRM%2FActivity%2FForm%2FTask%2FBatch.php;h=85648c159a027d9c2af61def7e35c92c000bd4d6;hb=b581842fe3332c54a5baa614972b421656006dec;hp=7c6c2a91d8e869c7580033d478f0e3499236a24e;hpb=a5bf587fe9e824863322c3e16a0a58b4da33fd2a;p=civicrm-core.git diff --git a/CRM/Activity/Form/Task/Batch.php b/CRM/Activity/Form/Task/Batch.php index 7c6c2a91d8..85648c159a 100755 --- a/CRM/Activity/Form/Task/Batch.php +++ b/CRM/Activity/Form/Task/Batch.php @@ -29,8 +29,6 @@ * * @package CRM * @copyright CiviCRM LLC (c) 2004-2015 - * $Id$ - * */ /** @@ -57,8 +55,6 @@ class CRM_Activity_Form_Task_Batch extends CRM_Activity_Form_Task { /** * Build all the data structures needed to build the form. - * - * @return void */ public function preProcess() { /* @@ -103,7 +99,7 @@ class CRM_Activity_Form_Task_Batch extends CRM_Activity_Form_Task { if (!$ufGroupId) { CRM_Core_Error::fatal('ufGroupId is missing'); } - $this->_title = ts('Batch Update for Activities') . ' - ' . CRM_Core_BAO_UFGroup::getTitle($ufGroupId); + $this->_title = ts('Update multiple activities') . ' - ' . CRM_Core_BAO_UFGroup::getTitle($ufGroupId); CRM_Utils_System::setTitle($this->_title); $this->addDefaultButtons(ts('Save')); @@ -188,7 +184,7 @@ class CRM_Activity_Form_Task_Batch extends CRM_Activity_Form_Task { // $buttonName = $this->controller->getButtonName('submit'); if ($suppressFields) { - CRM_Core_Session::setStatus(ts("File or Autocomplete-Select type field(s) in the selected profile are not supported for Batch Update."), ts('Some Fields Excluded'), 'info'); + CRM_Core_Session::setStatus(ts("File or Autocomplete-Select type field(s) in the selected profile are not supported for Update multiple activities."), ts('Some Fields Excluded'), 'info'); } $this->addDefaultButtons(ts('Update Activities'));