projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f45db61
)
Report class, add ts to untranslated string
author
eileen
<emcnaughton@wikimedia.org>
Tue, 19 Jan 2016 21:33:18 +0000
(10:33 +1300)
committer
eileen
<emcnaughton@wikimedia.org>
Tue, 19 Jan 2016 21:33:18 +0000
(10:33 +1300)
Change-Id: I4c63afabd9d3d0f7c31a07dae4b91f660b8b7466
CRM/Report/Form.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Report/Form.php
b/CRM/Report/Form.php
index 9426e0f9ba947b6cbb4194b439cd69edb92a7e31..6241e62a9e836dc737578f2cb2f5a6c236708cb5 100644
(file)
--- 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 {