X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FGrant%2FTask.php;h=23ba4386176f0e516811c79f8cf551ea82b08476;hb=HEAD;hp=e7d7490d188cfb6ff94f2895574b06a0eaa3b96b;hpb=c6e262c51134924a9cc023dcb0613238fd1d0451;p=civicrm-core.git diff --git a/CRM/Grant/Task.php b/CRM/Grant/Task.php index e7d7490d18..23ba438617 100644 --- a/CRM/Grant/Task.php +++ b/CRM/Grant/Task.php @@ -1,9 +1,9 @@ array( - 'title' => ts('Delete Grants'), + 'title' => ts('Delete grants'), 'class' => 'CRM_Grant_Form_Task_Delete', 'result' => FALSE, ), 2 => array( - 'title' => ts('Print Selected Rows'), + 'title' => ts('Print selected rows'), 'class' => 'CRM_Grant_Form_Task_Print', 'result' => FALSE, ), 3 => array( - 'title' => ts('Export Grants'), + 'title' => ts('Export grants'), 'class' => array( 'CRM_Export_Form_Select', 'CRM_Export_Form_Map', @@ -87,7 +84,7 @@ class CRM_Grant_Task { 'result' => FALSE, ), 4 => array( - 'title' => ts('Update Grants'), + 'title' => ts('Update grants'), 'class' => 'CRM_Grant_Form_Task_Update', 'result' => FALSE, ), @@ -106,7 +103,6 @@ class CRM_Grant_Task { * * @return array * the set of task titles - * @static */ public static function &taskTitles() { self::tasks(); @@ -152,7 +148,6 @@ class CRM_Grant_Task { * * @return array * the set of tasks for a group of contacts - * @static */ public static function getTask($value) { self::tasks(); @@ -165,4 +160,5 @@ class CRM_Grant_Task { self::$_tasks[$value]['result'], ); } + }