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:
f936f18
)
CRM_Report_Form - Use consistent capitalization (title-case)
author
Tim Otten
<totten@civicrm.org>
Wed, 11 Dec 2013 00:59:20 +0000
(16:59 -0800)
committer
Tim Otten
<totten@civicrm.org>
Wed, 11 Dec 2013 00:59:20 +0000
(16:59 -0800)
CRM/Report/Form.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Report/Form.php
b/CRM/Report/Form.php
index 506b13d39bf6bdc3eab0ec75101b663eb8edda13..deed540ab0d3428c8afa50d170fa37641c03a278 100644
(file)
--- a/
CRM/Report/Form.php
+++ b/
CRM/Report/Form.php
@@
-999,7
+999,7
@@
class CRM_Report_Form extends CRM_Core_Form {
$this->assign('group', TRUE);
}
- $label = ts('Add
t
hese Contacts to Group');
+ $label = ts('Add
T
hese Contacts to Group');
$this->addElement('submit', $this->_groupButtonName, $label, array('onclick' => 'return checkGroup();'));
$this->addChartOptions();