Merge pull request #4621 from atif-shaikh/CRM-15589
[civicrm-core.git] / CRM / Contribute / Form / Task / PickProfile.php
index db20f6c2b28a7313600a14ae2e59b5d99f4ef576..4663fb2f387d7fb7c7a508a1a3bc441fef698eb4 100644 (file)
@@ -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
@@ -87,7 +87,7 @@ class CRM_Contribute_Form_Task_PickProfile extends CRM_Contribute_Form_Task {
   }
 
   /**
-   * Build the form
+   * Build the form object
    *
    * @access public
    *
@@ -149,6 +149,5 @@ class CRM_Contribute_Form_Task_PickProfile extends CRM_Contribute_Form_Task {
     // also reset the batch page so it gets new values from the db
     $this->controller->resetPage('Batch');
   }
-  //end of function
 }