Hello,
This question is for Alec, the creator of the "Add to Favourites" plugin:
I'm looking to change the text "Add Album To Favorites" under each photo to something else... which file would I have to edit? thanks!
module.inc, do a text search for "Add %s to Favorites"
The module.inc file located in my favourites folder does not have that text. Is there another module.inc I should be looking for?
line 148 of module.inc should read
array('text' => $this->translate(array('text' => 'Add %s To Favorites',
Ohhhh, there it is. Doh! Thanks so much!
Posts: 4342
module.inc, do a text search for "Add %s to Favorites"
Posts: 8
The module.inc file located in my favourites folder does not have that text. Is there another module.inc I should be looking for?
Posts: 4342
line 148 of module.inc should read
Posts: 8
Ohhhh, there it is. Doh! Thanks so much!