Page 1 of 1

Editing wording for comments?

Posted: Tue Apr 26, 2005 12:00 am
by godfather
I want to change "Comment (1)" to "Read / Add Comments", or to whatever text I want. Where is this setting located? I have poked throught tpl files..

I am using the Kubrick template.

Thanks in advance! Keep up the good work!

Re: Editing wording for comments?

Posted: Tue Apr 26, 2005 11:56 am
by garvinhicking
Edit your templates/kubrick/entries.tpl file.

Search for this:

Code: Select all

{$entry.label_comments} ({$entry.comments})
It should be found twice. Change it to this:

Code: Select all

Read/Add comments
Another way would be to edit your lang/serendipity_lang_en.inc.php language file and there change the language strings immediately :)

Have fun!

Regards,
Garvin