From 85f5ffa0e43c336e1a8eda76a3f677481fd331ff Mon Sep 17 00:00:00 2001 From: "Matthew Wire (MJW Consulting)" Date: Tue, 22 Oct 2019 15:33:27 +0100 Subject: [PATCH] Translate two string in AdditionalPayment form --- CRM/Contribute/Form/AdditionalPayment.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Contribute/Form/AdditionalPayment.php b/CRM/Contribute/Form/AdditionalPayment.php index 616a545a54fe..678db677cdb4 100644 --- a/CRM/Contribute/Form/AdditionalPayment.php +++ b/CRM/Contribute/Form/AdditionalPayment.php @@ -267,7 +267,7 @@ public function buildQuickForm() { $this->addRule('net_amount', ts('Please enter a valid monetary value for Net Amount.'), 'money'); } - $buttonName = $this->_refund ? 'Record Refund' : 'Record Payment'; + $buttonName = $this->_refund ? ts('Record Refund') : ts('Record Payment'); $this->addButtons([ [ 'type' => 'upload',