redoing replacement of "Confirm Contribution" with "Review Contribution"
authork <k054>
Tue, 15 Mar 2016 17:37:59 +0000 (13:37 -0400)
committerAndrew Engelbrecht <andrew@fsf.org>
Wed, 11 Apr 2018 21:21:34 +0000 (17:21 -0400)
CRM/Contribute/Form/Contribution/Main.php

index f7b04a1ac890fc049c184ea0b5459f2c91954cee..41080142b87ce844b63478846616f67cb1c6120d 100644 (file)
@@ -513,7 +513,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,
       );