redoing replacement of "Confirm Contribution" with "Review Contribution"
authork <k054>
Tue, 15 Mar 2016 17:37:59 +0000 (13:37 -0400)
committerk <k054>
Tue, 15 Mar 2016 17:37:59 +0000 (13:37 -0400)
CRM/Contribute/Form/Contribution/Main.php

index c074b6f58fc9eab105af7ab36c5261d3d78b675d..4a71af9a8e98634de1b13dd56610d23e095cf09d 100644 (file)
@@ -624,7 +624,7 @@ class CRM_Contribute_Form_Contribution_Main extends CRM_Contribute_Form_Contribu
     if (!($allAreBillingModeProcessors && !$this->_values['is_pay_later'])) {
       $submitButton = array(
         'type' => 'upload',
-        'name' => CRM_Utils_Array::value('is_confirm_enabled', $this->_values) ? ts('Confirm Contribution') : ts('Contribute'),
+        'name' => CRM_Utils_Array::value('is_confirm_enabled', $this->_values) ? ts('Review Contribution') : ts('Contribute'),
         'spacing' => '&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;',
         'isDefault' => TRUE,
       );