PDA

View Full Version : changing name on "comments"


djaef
10-16-2006, 03:46 AM
Sorry to ask a question which appears simple, but I've searched and can't find it, and I had a go changing some code in index.php, but that didn't work either.

I want to change the tag <COMMENT_POPUP> so that it displays Info & Comments instead of just Comments. I though the line (around 926) in index.php where it gives the size of the window opened would be the place, but it didn't work.

feanne
10-16-2006, 11:20 AM
Edit the language\lang-english.php file :) line 72 I think.

djaef
10-16-2006, 11:25 AM
Thanks Feanne, but that didn't work. I tried line 71 as well but that didn't work either...

DikkieBurger
10-16-2006, 12:34 PM
This is the line you have to change:
$lang_comment_popup = "Comments";

Are you sure you're editing the right language file?

feanne
10-16-2006, 09:45 PM
That *should* work. When I first tried it it didn't work for me either, but it was because I didn't re-upload the language file properly. ^^; Try clearing your browser cache and uploading the file again.

djaef
10-17-2006, 09:30 PM
OK, thanks. It did work eventually. Must not have uploaded succesfully the first time or something....