I'm using this module for my website, and it's great, because it's so simple. I just want to change the link "Review this article" to "Review this product", because they aren't articles, they're products! Is there any way I can do this?

Comments

droople’s picture

I know 2 ways

1. (Not Recommended) because it involved module alterations

.......is to edit the file in the module folder, look for the text "Review this article" and replace that with " Rate this product".

But everytime you update/upgrade the review module you have to repeat this process

sites/all/modules/simple_review/simple_review.module

line 51

2. The recommended way (am not very sure about the terminology and modules to use)

it involves installing a custom translation and then changing the words/terms to suit you.

I use the 1st method because it's easier