From 57908d71df30d97d86aa4034f30c333599c85256 Mon Sep 17 00:00:00 2001
From: Dave Greenberg <dave@civicrm.org>
Date: Fri, 16 Aug 2013 15:13:09 -0700
Subject: [PATCH] CRM-13217 typo fixes

----------------------------------------
* CRM-13217: UI help wrong text
  http://issues.civicrm.org/jira/browse/CRM-13217
---
 templates/CRM/Admin/Page/PaymentProcessor.hlp | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/templates/CRM/Admin/Page/PaymentProcessor.hlp b/templates/CRM/Admin/Page/PaymentProcessor.hlp
index 3dabb207a0..979609e83e 100644
--- a/templates/CRM/Admin/Page/PaymentProcessor.hlp
+++ b/templates/CRM/Admin/Page/PaymentProcessor.hlp
@@ -167,7 +167,7 @@
 <p>{ts}Enter <strong>pj-ql-01p</strong>. This is the Password associated with the shared PayJunction test account.{/ts}</p>
 {/htxt}
 {htxt id='PayJunction-test-url-site'}
-{ts}The URL for PayJunction's Payment server. This is the same for TEST and LIVE transactions. Use the default value unless otherwise advised by PayPal.{/ts}
+{ts}The URL for PayJunction's Payment server. This is the same for TEST and LIVE transactions. Use the default value unless otherwise advised by PayJunction.{/ts}
 {/htxt}
 {htxt id='PayJunction-test-url-recur'}
 <p>{ts}The Recurring Payments URL is not currently used.{/ts}</p>
@@ -180,7 +180,7 @@
 <p>{ts}Enter the Password associated with your LIVE merchant account.{/ts}</p>
 {/htxt}
 {htxt id='PayJunction-live-url-site'}
-{ts}The URL for PayJunction's Payment server. This is the same for TEST and LIVE transactions. Use the default value unless otherwise advised by PayPal.{/ts}
+{ts}The URL for PayJunction's Payment server. This is the same for TEST and LIVE transactions. Use the default value unless otherwise advised by PayJunction.{/ts}
 {/htxt}
 {htxt id='PayJunction-live-url-recur'}
 <p>{ts}The Recurring Payments URL is not currently used.{/ts}</p>
@@ -396,7 +396,7 @@ Otherwise use https://sec.paymentexpress.com/pxpay/pxaccess.aspx for the Site UR
 <p>{ts}This is the TEST <strong>Elavon SSL PIN</strong> associated with your Elavon account.{/ts}</p>
 {/htxt}
 {htxt id='Elavon-test-url-site'}
-<p>{ts}Use 'https://www.myvirtualmerchant.com/VirtualMerchant/processxml.do' unless otherwise advised by Elavon..{/ts}</p>
+<p>{ts}Use 'https://www.myvirtualmerchant.com/VirtualMerchant/processxml.do' unless otherwise advised by Elavon.{/ts}</p>
 {/htxt}
 
 {htxt id='FirstData-live-user-name'}
-- 
GitLab