changes to description so that they make sense while translating
authoryashodha <yashodha.chaku@webaccessglobal.com>
Mon, 20 Jul 2015 04:11:31 +0000 (09:41 +0530)
committeryashodha <yashodha.chaku@webaccessglobal.com>
Mon, 20 Jul 2015 04:11:31 +0000 (09:41 +0530)
CRM/Contribute/Form/Contribution.php
CRM/Member/Form/Membership.php
CRM/Member/Form/MembershipRenewal.php

index 862665413f431f984ac453a4e94c667cd261f440..9038c3e947115efa15cb02f9c05948166679fa30 100644 (file)
@@ -1114,7 +1114,7 @@ class CRM_Contribute_Form_Contribution extends CRM_Contribute_Form_AbstractEditP
     $this->_params['ip_address'] = CRM_Utils_System::ipAddress();
     $this->_params['amount'] = $this->_params['total_amount'];
     $this->_params['amount_level'] = 0;
-    $this->_params['description'] = ts('Office Credit Card contribution');
+    $this->_params['description'] = ts("Contribution submitted by a staff person using contributor's credit card");
     $this->_params['currencyID'] = CRM_Utils_Array::value('currency',
       $this->_params,
       CRM_Core_Config::singleton()->defaultCurrency
index 1bf1106e4eb1d443fa1dfb08cfeb0d817e981ffd..a771e5b5b14876ddc0bea8d6da2c1493e2a5e8e5 100644 (file)
@@ -1463,7 +1463,7 @@ class CRM_Member_Form_Membership extends CRM_Member_Form {
       $this->_params['ip_address'] = CRM_Utils_System::ipAddress();
       $this->_params['amount'] = $params['total_amount'];
       $this->_params['currencyID'] = $config->defaultCurrency;
-      $this->_params['description'] = ts('Office Credit Card Membership Signup Contribution');
+      $this->_params['description'] = ts("Contribution submitted by a staff person using member's credit card for signup");
       $this->_params['invoiceID'] = md5(uniqid(rand(), TRUE));
       $this->_params['financial_type_id'] = $params['financial_type_id'];
 
index 913add3d09c4fa8cfda98fa6b9752eda959df02d..700f1a8e893f06fd3b6cbd1133a7bdd0f20ecdc4 100644 (file)
@@ -535,7 +535,7 @@ class CRM_Member_Form_MembershipRenewal extends CRM_Member_Form {
         CRM_Utils_System::mungeCreditCard($this->_params['credit_card_number'])
       );
       $this->assign('credit_card_type', $this->_params['credit_card_type']);
-      $this->_params['description'] = ts('Office Credit Card Membership Renewal Contribution');
+      $this->_params['description'] = ts("Contribution submitted by a staff person using member's credit card for renewal");
       $this->_params['ip_address'] = CRM_Utils_System::ipAddress();
       $this->_params['amount'] = $this->_params['total_amount'];