Editing wording for comments?

Random stuff about serendipity. Discussion, Questions, Paraphernalia.
Post Reply
godfather
Regular
Posts: 19
Joined: Mon Apr 04, 2005 8:06 pm

Editing wording for comments?

Post 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!
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Editing wording for comments?

Post 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
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Post Reply