From: Coleman Watts Date: Sun, 16 Nov 2014 03:25:53 +0000 (-0500) Subject: CRM-15603 - Standardize format of 'Non-deductible Amount' X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=c94fc35e2ac50c553d02de5514bfc41d45df96dd;p=civicrm-core.git CRM-15603 - Standardize format of 'Non-deductible Amount' --- diff --git a/CRM/Core/SelectValues.php b/CRM/Core/SelectValues.php index 68685aa5ed..b7bc42a672 100644 --- a/CRM/Core/SelectValues.php +++ b/CRM/Core/SelectValues.php @@ -522,7 +522,7 @@ class CRM_Core_SelectValues { '{contribution.total_amount}' => ts('Total Amount'), '{contribution.fee_amount}' => ts('Fee Amount'), '{contribution.net_amount}' => ts('Net Amount'), - '{contribution.non_deductible_amount}' => ts('Non Deductible Amount'), + '{contribution.non_deductible_amount}' => ts('Non-deductible Amount'), '{contribution.receive_date}' => ts('Contribution Receive Date'), '{contribution.payment_instrument}' => ts('Payment Instrument'), '{contribution.trxn_id}' => ts('Transaction ID'),