diff --git a/htdocs/paypal/admin/paypal.php b/htdocs/paypal/admin/paypal.php
index a9d56a7bf85..e41b3f74aa3 100644
--- a/htdocs/paypal/admin/paypal.php
+++ b/htdocs/paypal/admin/paypal.php
@@ -163,9 +163,12 @@ print '
';
print ''.$langs->trans("InformationToFindParameters","Paypal").':
';
if ($conf->use_javascript_ajax) print ''.$langs->trans("ClickHere").'...';
+$realpaypalurl='www.paypal.com';
+$sandboxpaypalurl='developer.paypal.com';
+
print '
';
print 'Your API authentication information can be found with following steps. We recommend that you open a separate Web browser session when carrying out this procedure.
-1. Log in to your PayPal Premier or Business account.
+1. Log in to your PayPal Premier or Business account (on real paypal
'.$realpaypalurl.' (or sandbox
'.$sandboxpaypalurl.').
2. Click the Profile subtab located under the My Account heading.
3. Click the API Access link under the Account Information header.
4. Click the View API Certificate link in the right column.