From 151ccd5e4752be2dd556cad481814f840ba82a6b Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Sun, 16 Nov 2014 17:29:43 -0500 Subject: [PATCH] CRM-15603 - Standardize case of 'Batch Update Contributions Via Profile' --- CRM/Contribute/Form/Task/PickProfile.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Contribute/Form/Task/PickProfile.php b/CRM/Contribute/Form/Task/PickProfile.php index db20f6c2b2..54f79554c7 100644 --- a/CRM/Contribute/Form/Task/PickProfile.php +++ b/CRM/Contribute/Form/Task/PickProfile.php @@ -71,7 +71,7 @@ class CRM_Contribute_Form_Task_PickProfile extends CRM_Contribute_Form_Task { $session = CRM_Core_Session::singleton(); $this->_userContext = $session->readUserContext(); - CRM_Utils_System::setTitle(ts('Batch Update Contributions via Profile')); + CRM_Utils_System::setTitle(ts('Batch Update Contributions Via Profile')); $validate = FALSE; //validations -- 2.25.1