find


In catalog/includes/languages/english.php (or any otherlanguage-file)

Add just before ?>

define('IMAGE_BUTTON_MORE_INFO, 'More Info');

replace the define('IMAGE_BUTTON_MORE_INFO, 'More Info');

with

define('IMAGE_BUTTON_MORE_INFO', 'More Info');

same file in attachement


More...