From: eileen Date: Tue, 19 Jan 2016 21:33:18 +0000 (+1300) Subject: Report class, add ts to untranslated string X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=658682cd45e2653101e12778b96403a404ee4326;p=civicrm-core.git Report class, add ts to untranslated string Change-Id: I4c63afabd9d3d0f7c31a07dae4b91f660b8b7466 --- diff --git a/CRM/Report/Form.php b/CRM/Report/Form.php index 9426e0f9ba..6241e62a9e 100644 --- a/CRM/Report/Form.php +++ b/CRM/Report/Form.php @@ -2140,7 +2140,7 @@ WHERE cg.extends IN ('" . implode("','", $this->_customGroupExtends) . "') AND foreach ($this->_columnHeaders as $fld => $val) { if (!in_array($fld, $this->_statFields)) { if (!$this->_grandFlag) { - $this->rollupRow[$fld] = "Grand Total"; + $this->rollupRow[$fld] = ts('Grand Total'); $this->_grandFlag = TRUE; } else {