diff --git a/docs/changelog/7.x.x.txt b/docs/changelog/7.x.x.txt
index c5d958803..064381aaa 100644
--- a/docs/changelog/7.x.x.txt
+++ b/docs/changelog/7.x.x.txt
@@ -14,6 +14,7 @@
- fixed: In the Asset Manager, only display a Select All button if there is more than one asset.
- fixed: Add a progress indicator for long running functions so the user knows something is happening.
- fixed: In the Asset Manager, if you pasted an package or prototype if returned you to the page instead the manager.
+ - fixed: #10551: paypal (link to section of paypal website to enter in WebGUI information)
7.7.10
- Made a change to LDAP auth that adds an OR to that query so that it also searches for a row with fieldData REGEXP '^uid=(value-from-ldap-directory-server),'. (Wes Morgan)
diff --git a/lib/WebGUI/i18n/English/PayDriver_PayPalStd.pm b/lib/WebGUI/i18n/English/PayDriver_PayPalStd.pm
index 5e856b620..b8eba0f47 100644
--- a/lib/WebGUI/i18n/English/PayDriver_PayPalStd.pm
+++ b/lib/WebGUI/i18n/English/PayDriver_PayPalStd.pm
@@ -165,9 +165,9 @@ our $I18N = {
},
'extra info' => {
message =>
- q|Remember to set both "Payment Data Transfer" and "Auto Return" ON in the Website Payments section of your PayPal Profile.
+ q|Remember to set both "Payment Data Transfer" and "Auto Return" ON in the Website Payments section of your PayPal Profile.
Additionally, set the "Return URL" to:|,
- lastUpdated => 0,
+ lastUpdated => 1245364211,
context => q|An informational message that's shown in the configuration form of this plugin.|
},
};