Editing dialog box buttons on ecommerce

Permalink
Hi attached is an image of my cart on my ecommerce module and I want to change the text 'Close Window' to 'Continue Shopping' - does anyone know how to do this please? I'm stumped.

Thanks

1 Attachment

 
okhayat replied on at Permalink Best Answer Reply
okhayat
You can find it in /packages/core_commerce/elements/cart_item_list.php line 112:
<input type="button" style="float: left" onclick="jQuery.fn.dialog.closeTop()" value="<?php echo t('Continue Shopping')?>" />
admin replied on at Permalink Reply
thanks so much, I really appreciate your help!