Using ZC ver 3.1.8a, This is what I did to:
/includes/languages/english/modules/payment/paypal.php
You can make similar edits
(Around line 17 onwards...)
// to show the PayPal logo as the payment option name, use this: https://www.paypal.com/en_US/i/logo/PayPal_mark_37x23.gif
define('MODULE_PAYMENT_PAYPALWPP_MARK_BUTTON_IMG', 'https://www.paypal.com/en_US/i/bnr/horizontal_solution_PPeCheck.gif');
// define('MODULE_PAYMENT_PAYPALWPP_MARK_BUTTON_IMG', 'https://www.paypal.com/en_US/i/logo/PayPal_mark_37x23.gif');
define('MODULE_PAYMENT_PAYPALWPP_MARK_BUTTON_ALT', 'Checkout using a Credit Card or PayPal');
define('MODULE_PAYMENT_PAYPAL_ACCEPTANCE_MARK_TEXT', '<br />Credit Card or Paypal.');
Then as it is a LANGUAGE file, I saved the edited version to my over-rides folder:
/public_html/includes/languages/english/modules/payment/MY_TEMPLATE/paypa.php