From: Donald A. Lobo Date: Sun, 5 May 2013 15:41:45 +0000 (-0700) Subject: CRM-12535 X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=0501a7d6c51ffe7f0792c0d1624834e23eaee6fe;p=civicrm-core.git CRM-12535 ---------------------------------------- * CRM-12535: Wrong text CRM/Core/Payment/PayPalImpl.php: http://issues.civicrm.org/jira/browse/CRM-12535 --- diff --git a/CRM/Core/Payment/PayPalImpl.php b/CRM/Core/Payment/PayPalImpl.php index 323eea0bc3..d798b20440 100644 --- a/CRM/Core/Payment/PayPalImpl.php +++ b/CRM/Core/Payment/PayPalImpl.php @@ -373,17 +373,17 @@ class CRM_Core_Payment_PayPalImpl extends CRM_Core_Payment { $this->_paymentProcessor['payment_processor_type_id'] == CRM_Utils_Array::key('PayPal', $paymentProcessorType) ) { if (empty($this->_paymentProcessor['user_name'])) { - $error[] = ts('User Name is not set in the Administer CiviCRM » System Settings » Payment Processors.'); + $error[] = ts('User Name is not set in the Administer » System Settings » Payment Processors.'); } } if ($this->_paymentProcessor['payment_processor_type_id'] != CRM_Utils_Array::key('PayPal_Standard', $paymentProcessorType)) { if (empty($this->_paymentProcessor['signature'])) { - $error[] = ts('Signature is not set in the Administer CiviCRM » System Settings » Payment Processors.'); + $error[] = ts('Signature is not set in the Administer » System Settings » Payment Processors.'); } if (empty($this->_paymentProcessor['password'])) { - $error[] = ts('Password is not set in the Administer CiviCRM » System Settings » Payment Processors.'); + $error[] = ts('Password is not set in the Administer » System Settings » Payment Processors.'); } } @@ -537,7 +537,7 @@ class CRM_Core_Payment_PayPalImpl extends CRM_Core_Payment { // ensure that the returnURL is absolute. if (substr($returnURL, 0, 4) != 'http') { $fixUrl = CRM_Utils_System::url("civicrm/admin/setting/url", '&reset=1'); - CRM_Core_Error::fatal(ts('Sending a relative URL to PayPalIPN is erroneous. Please make your resource URL (in Administer CiviCRM » System Settings » Resource URLs ) complete.', array(1 => $fixUrl))); + CRM_Core_Error::fatal(ts('Sending a relative URL to PayPalIPN is erroneous. Please make your resource URL (in Administer » System Settings » Resource URLs ) complete.', array(1 => $fixUrl))); } $paypalParams = array(