X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FFinancial%2FForm%2FPaymentEdit.php;h=68d0398c51b8dd81fad07e66692240bf55bbf9d4;hb=58d4a38f6dbe9137ab5a4fe8333e1304ae6228a3;hp=84f0a0d0de57d823e1efd8d70f549784a589c257;hpb=8c9251b398a29d9b82996ae21825c9d6478fa576;p=civicrm-core.git diff --git a/CRM/Financial/Form/PaymentEdit.php b/CRM/Financial/Form/PaymentEdit.php index 84f0a0d0de..68d0398c51 100644 --- a/CRM/Financial/Form/PaymentEdit.php +++ b/CRM/Financial/Form/PaymentEdit.php @@ -1,7 +1,7 @@ _values = civicrm_api3('FinancialTrxn', 'getsingle', array('id' => $this->_id)); if (!empty($this->_values['payment_processor_id'])) { - CRM_Core_Error::statusBounce(ts('You cannot update this payment')); + CRM_Core_Error::statusBounce(ts('You cannot update this payment as it is tied to a payment processor')); } }