^ Looking now.
For those using 4.0.x (3.5 was posted earlier) who wanted to tidy up the "Please Wait..." page while the person is paying with paypal, you can do so like so:
open payment/ps_paypal.php
Find:
Code:
<table width=100% height=100%>
<tr><td align=center valign=middle>Please wait while connecting to PayPal payment gateway...</td></tr>
</table>
With:
Code:
<table width="100%" height="100%" ><tr><td align="center" valign="middle">
<font face="Arial, Helvetica, sans-serif" size="+1" color="#000000">Please Wait ...
We are transferring you to the secure Paypal server.
</font></td></tr></table>