I have looked through the Omega templates and cannot find the text "login or register to post comments" (which appears only if a content type allows comments but the user is not logged in).
I would like to change this text; where can I find it to change it?
Comments
Comment #1
dhalbert commented"Log in or register to post comments" is not in the theme, but is in
modules/comment/comment.module. Look for'<a href="@login">Log in</a> or <a href="@register">register</a> to post comments'Since you probably don't want to change a core module, you might want to try the String Overrides module, which I have found to be an easy way to rewrite confusing messages.
Comment #3
Katrina B commentedThanks. String Overrides worked.
Comment #4
dhalbert commentedYou're welcome.
Comment #5
avpaderno