PDA

View Full Version : NO COMMENTS FOUND - Dont want in caps...?


jgrove
19th of July 2004 (Mon), 14:02
I would like the NO COMMENTS FOUND to be in lowercase. I assume that this is in feedback.php but i cant see what code needs to be changed.

Any ideas.....

Thanks

wkitty42
22nd of July 2004 (Thu), 13:53
I would like the NO COMMENTS FOUND to be in lowercase. I assume that this is in feedback.php but i cant see what code needs to be changed.
more likely it is in the language files :wink:

Ewan
23rd of July 2004 (Fri), 02:40
In the gallery root find photo_comment.php. Around line 770 you'll find

print "<br><b>" . ee_translate_C($translated["no_comments_found_photo"]) . "</b><br>" . ee_translate_A($translated["now_is_your_chance_photo"]) . "!";


Change the 'C' in 'ee_translate_C' to either A or B.

This might work.