Merge pull request #9854 from adixon/CRM-20040
[civicrm-core.git] / CRM / Grant / BAO / Grant.php
index 0300ec5f64965d3943665c321e4d0d245c0e379e..7a669d599e6b71fd26579a98fd8a0d73fdf4aecb 100644 (file)
@@ -353,27 +353,27 @@ class CRM_Grant_BAO_Grant extends CRM_Grant_DAO_Grant {
 
       $grantFields = array(
         'grant_status' => array(
-          'title' => 'Grant Status',
+          'title' => ts('Grant Status'),
           'name' => 'grant_status',
           'data_type' => CRM_Utils_Type::T_STRING,
         ),
         'grant_type' => array(
-          'title' => 'Grant Type',
+          'title' => ts('Grant Type'),
           'name' => 'grant_type',
           'data_type' => CRM_Utils_Type::T_STRING,
         ),
         'grant_money_transfer_date' => array(
-          'title' => 'Grant Money Transfer Date',
+          'title' => ts('Grant Money Transfer Date'),
           'name' => 'grant_money_transfer_date',
           'data_type' => CRM_Utils_Type::T_DATE,
         ),
         'grant_amount_requested' => array(
-          'title' => 'Grant Amount Requested',
+          'title' => ts('Grant Amount Requested'),
           'name' => 'grant_amount_requested',
           'data_type' => CRM_Utils_Type::T_FLOAT,
         ),
         'grant_application_received_date' => array(
-          'title' => 'Grant Application Received Date',
+          'title' => ts('Grant Application Received Date'),
           'name' => 'grant_application_received_date',
           'data_type' => CRM_Utils_Type::T_DATE,
         ),