CRM_Report_Form - Use consistent capitalization (title-case)
authorTim Otten <totten@civicrm.org>
Wed, 11 Dec 2013 00:59:20 +0000 (16:59 -0800)
committerTim Otten <totten@civicrm.org>
Wed, 11 Dec 2013 00:59:20 +0000 (16:59 -0800)
CRM/Report/Form.php

index 506b13d39bf6bdc3eab0ec75101b663eb8edda13..deed540ab0d3428c8afa50d170fa37641c03a278 100644 (file)
@@ -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();