From 2e122327600e872c5e36b9ba506bb5e7449f570c Mon Sep 17 00:00:00 2001 From: "Donald A. Lobo" Date: Sun, 5 May 2013 08:39:36 -0700 Subject: [PATCH] CRM-12534 ---------------------------------------- * CRM-12534: Wrong text CRM/Core/Payment/PaymentExpress.php: http://issues.civicrm.org/jira/browse/CRM-12534 --- CRM/Core/Payment/PaymentExpress.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CRM/Core/Payment/PaymentExpress.php b/CRM/Core/Payment/PaymentExpress.php index 5639ddcd95..5bdb40a591 100644 --- a/CRM/Core/Payment/PaymentExpress.php +++ b/CRM/Core/Payment/PaymentExpress.php @@ -83,11 +83,11 @@ class CRM_Core_Payment_PaymentExpress extends CRM_Core_Payment { $error = array(); if (empty($this->_paymentProcessor['user_name'])) { - $error[] = ts('UserID is not set in the Administer CiviCRM » System Settings » Payment Processors.'); + $error[] = ts('UserID is not set in the Administer » System Settings » Payment Processors'); } if (empty($this->_paymentProcessor['password'])) { - $error[] = ts('pxAccess / pxPay Key is not set in the Administer CiviCRM » System Settings » Payment Processors.'); + $error[] = ts('pxAccess / pxPay Key is not set in the Administer » System Settings » Payment Processors'); } if (!empty($error)) { -- 2.25.1