CRM-12534
authorDonald A. Lobo <lobo@civicrm.org>
Sun, 5 May 2013 15:39:36 +0000 (08:39 -0700)
committerDonald A. Lobo <lobo@civicrm.org>
Sun, 5 May 2013 15:39:36 +0000 (08:39 -0700)
----------------------------------------
* CRM-12534: Wrong text   CRM/Core/Payment/PaymentExpress.php:
  http://issues.civicrm.org/jira/browse/CRM-12534

CRM/Core/Payment/PaymentExpress.php

index 5639ddcd956f98c57a9fb527112dff5ebc0e67bc..5bdb40a591f78fc2f9f49713c17e9c38f43bf02e 100644 (file)
@@ -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 &raquo; System Settings &raquo; Payment Processors.');
+      $error[] = ts('UserID is not set in the Administer &raquo; System Settings &raquo; Payment Processors');
     }
 
     if (empty($this->_paymentProcessor['password'])) {
-      $error[] = ts('pxAccess / pxPay Key is not set in the Administer CiviCRM &raquo; System Settings &raquo; Payment Processors.');
+      $error[] = ts('pxAccess / pxPay Key is not set in the Administer &raquo; System Settings &raquo; Payment Processors');
     }
 
     if (!empty($error)) {