Thanks, this is great!
It however doesn't go in the file detailed, it goes into domain/plugins/payment/payments/paypal/Paypal.php
Look up these lines (in version 2.0 it's lines 142 and 143)
<input type="hidden" name="upload" value="1" />
<input type="hidden" name="no_note" value="1" />
and insert the line inbetween
<input type="hidden" name="upload" value="1" />
<input type="hidden" name="cbt" value="Return to Store" />
<input type="hidden" name="no_note" value="1" />