From 658682cd45e2653101e12778b96403a404ee4326 Mon Sep 17 00:00:00 2001 From: eileen Date: Wed, 20 Jan 2016 10:33:18 +1300 Subject: [PATCH] Report class, add ts to untranslated string Change-Id: I4c63afabd9d3d0f7c31a07dae4b91f660b8b7466 --- CRM/Report/Form.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- 2.25.1