X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FCase%2FForm%2FTask%2FDelete.php;h=e9701d77c4c3410045eafe2bb74709d0e276ebd1;hb=8246bca46f06d6d5af8cbb5736848f11e8d3eb18;hp=e517db79a3498d780beea33b9d6211cb0501895a;hpb=2bcf3e5b72a945c90d882750227fa62670b980d6;p=civicrm-core.git diff --git a/CRM/Case/Form/Task/Delete.php b/CRM/Case/Form/Task/Delete.php index e517db79a3..e9701d77c4 100644 --- a/CRM/Case/Form/Task/Delete.php +++ b/CRM/Case/Form/Task/Delete.php @@ -3,7 +3,7 @@ +--------------------------------------------------------------------+ | CiviCRM version 4.7 | +--------------------------------------------------------------------+ - | Copyright CiviCRM LLC (c) 2004-2015 | + | Copyright CiviCRM LLC (c) 2004-2017 | +--------------------------------------------------------------------+ | This file is a part of CiviCRM. | | | @@ -28,7 +28,7 @@ /** * * @package CRM - * @copyright CiviCRM LLC (c) 2004-2015 + * @copyright CiviCRM LLC (c) 2004-2017 */ /** @@ -65,7 +65,7 @@ class CRM_Case_Form_Task_Delete extends CRM_Case_Form_Task { * Build the form object. */ public function buildQuickForm() { - $this->addDefaultButtons(ts('Delete Cases'), 'done'); + $this->addDefaultButtons(ts('Delete cases'), 'done'); } /**