CRM-18518: ts() string fixes.
authorMathieu Lutfy <mathieu@bidon.ca>
Sun, 8 May 2016 22:07:36 +0000 (18:07 -0400)
committerMathieu Lutfy <mathieu@bidon.ca>
Sun, 8 May 2016 22:07:36 +0000 (18:07 -0400)
CRM/Member/Form/MembershipRenewal.php

index 2e9f0e63211079741a63d8d0709eb0c28d0f891f..99f3eb5b8da48abeff107c297c72723964a31ad9 100644 (file)
@@ -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));
   }