Active
Project:
Simple Review
Version:
5.x-1.0
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
26 Apr 2008 at 21:24 UTC
Updated:
22 May 2008 at 19:29 UTC
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
Comment #1
droople commentedI 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