CRM-15603 - Standardize format of 'Non-deductible Amount'
authorColeman Watts <coleman@civicrm.org>
Sun, 16 Nov 2014 03:25:53 +0000 (22:25 -0500)
committerColeman Watts <coleman@civicrm.org>
Sun, 16 Nov 2014 13:41:38 +0000 (08:41 -0500)
CRM/Core/SelectValues.php

index 68685aa5ede55701d236dc434801f07b29bbfdec..b7bc42a672194a672d29e4afc27ac38fc2144df9 100644 (file)
@@ -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'),