I am working on the article footer and want to change the link to comments from 'comments' to 'Reply to Article'. I made this change to serendipity_lang_en.inc.php in the /lang directory and nothing happens
@define('COMMENT', 'Reply to Article');
@define('REMEMBER_INFO', 'Remember Information? ');
@define('SUBMIT_COMMENT', 'Submit Comment');
@define('NO_ENTRIES_TO_PRINT', 'No entries to print');
@define('COMMENTS', 'Reply to Article');
Is this file read somewhere else?
Or what is the problem ya think.
thanx
RJ