From: Tim Otten Date: Wed, 11 Dec 2013 00:59:20 +0000 (-0800) Subject: CRM_Report_Form - Use consistent capitalization (title-case) X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=58175fe61e2cb42c05ab3c7280f786e7cbda3349;p=civicrm-core.git CRM_Report_Form - Use consistent capitalization (title-case) --- diff --git a/CRM/Report/Form.php b/CRM/Report/Form.php index 506b13d39b..deed540ab0 100644 --- 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 these Contacts to Group'); + $label = ts('Add These Contacts to Group'); $this->addElement('submit', $this->_groupButtonName, $label, array('onclick' => 'return checkGroup();')); $this->addChartOptions();