Hi Jeremy,
Of course. It’s a dirty way but it’s working for me!
I’m using Thematic and within the library/extensions folder there is a file called content-extensons.php.
On line 916 is the following code:
$title_content = ‘‘ . _x(‘(Untitled)’, ‘Default title for untitled posts’, ‘thematic’) . ‘‘;
All I did was to replace ‘(Untitled)’ with ‘Events’
This may cause problems if you have any untitled posts in your site, so if there is a better way to do I’d love to know. I’m not using posts so it’s not a problem.
Hope this helps,
Natalie