X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FCore%2FPayment.php;h=eaa4cce0ee3804a27ee118d1d1ba518b9320ccfd;hb=e345d7fca665c1d1964721043e62a4b61b3205b2;hp=1e5f6462231da332699ab5891c477643bbcf96e8;hpb=1ab29eebfc4b88966e7ec08d54389f08dd28406f;p=civicrm-core.git diff --git a/CRM/Core/Payment.php b/CRM/Core/Payment.php index 1e5f646223..eaa4cce0ee 100644 --- a/CRM/Core/Payment.php +++ b/CRM/Core/Payment.php @@ -581,7 +581,7 @@ abstract class CRM_Core_Payment { * @return string */ public function getPaymentTypeLabel() { - return $this->_paymentProcessor['payment_type'] == 1 ? 'Credit Card' : 'Direct Debit'; + return $this->_paymentProcessor['payment_type'] == 1 ? ts('Credit Card') : ts('Direct Debit'); } /**