Report class, add ts to untranslated string
authoreileen <emcnaughton@wikimedia.org>
Tue, 19 Jan 2016 21:33:18 +0000 (10:33 +1300)
committereileen <emcnaughton@wikimedia.org>
Tue, 19 Jan 2016 21:33:18 +0000 (10:33 +1300)
Change-Id: I4c63afabd9d3d0f7c31a07dae4b91f660b8b7466

CRM/Report/Form.php

index 9426e0f9ba947b6cbb4194b439cd69edb92a7e31..6241e62a9e836dc737578f2cb2f5a6c236708cb5 100644 (file)
@@ -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 {