translate more strings
authoryashodha <yashodha@cividesk.com>
Fri, 20 Apr 2018 09:23:17 +0000 (14:53 +0530)
committeryashodha <yashodha@cividesk.com>
Fri, 20 Apr 2018 09:23:17 +0000 (14:53 +0530)
CRM/Report/Form/Event/IncomeCountSummary.php
CRM/Report/Form/Member/Summary.php

index 92a4b11c83327d8997caa42e99d785f369e67e5f..4fc83931b1f44185f794983cd6df036bb7ef1210 100644 (file)
@@ -386,7 +386,7 @@ class CRM_Report_Form_Event_IncomeCountSummary extends CRM_Report_Form_Event {
 
       if ((!empty($rows)) && $countEvent != 1) {
         $chartInfo = array(
-         'legend' => ts('Participants Summary'),
+          'legend' => ts('Participants Summary'),
           'xname' => ts('Event'),
           'yname' => ts('Total Participants'),
         );
index a84335b4b03d7f8013cc115fd2517d9c7f05ebc5..7fab4c93a0e10340a944d230369303f75fb94cc6 100644 (file)
@@ -526,7 +526,7 @@ GROUP BY    {$this->_aliases['civicrm_contribution']}.currency
       if ($isMembershipType) {
         $graphRows['value'] = $display;
         $chartInfo = array(
-         'legend' => ts('Membership Summary'),
+          'legend' => ts('Membership Summary'),
           'xname' => ts('Member Since / Member Type'),
           'yname' => ts('Fees'),
         );