----------------------------------------
* CRM-12534: Wrong text CRM/Core/Payment/PaymentExpress.php:
http://issues.civicrm.org/jira/browse/CRM-12534
$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)) {