Quote Originally Posted by Kim View Post
First - turn on the button and the reviews count. Then add this to your stylesheet -

#productReviewLink {display: none;}

Then in your includes/languages/english/product_info.php change:

define('TEXT_CURRENT_REVIEWS', 'Current Reviews:');

to

define('TEXT_CURRENT_REVIEWS', 'Write a Review:');
Thanks, exactly what I needed