From 58175fe61e2cb42c05ab3c7280f786e7cbda3349 Mon Sep 17 00:00:00 2001 From: Tim Otten Date: Tue, 10 Dec 2013 16:59:20 -0800 Subject: [PATCH] CRM_Report_Form - Use consistent capitalization (title-case) --- CRM/Report/Form.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- 2.25.1