From 389eb82ace66dd127d30e36f032b2e2e0893870c Mon Sep 17 00:00:00 2001 From: Mathieu Lutfy Date: Sun, 8 May 2016 18:07:36 -0400 Subject: [PATCH] CRM-18518: ts() string fixes. --- CRM/Member/Form/MembershipRenewal.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CRM/Member/Form/MembershipRenewal.php b/CRM/Member/Form/MembershipRenewal.php index 2e9f0e6321..99f3eb5b8d 100644 --- a/CRM/Member/Form/MembershipRenewal.php +++ b/CRM/Member/Form/MembershipRenewal.php @@ -409,8 +409,7 @@ class CRM_Member_Form_MembershipRenewal extends CRM_Member_Form { } } $this->addFormRule(array('CRM_Member_Form_MembershipRenewal', 'formRule')); - $this->addElement('checkbox', 'is_different_contribution_contact', ts('Record Payment from a Different - Contact?')); + $this->addElement('checkbox', 'is_different_contribution_contact', ts('Record Payment from a Different Contact?')); $this->addSelect('soft_credit_type_id', array('entity' => 'contribution_soft')); $this->addEntityRef('soft_credit_contact_id', ts('Payment From'), array('create' => TRUE)); } -- 2.25.1