I discovered that this theme is displaying incorrect submit string. I see that you are building your own submit string

<div class="submitted"><?php print t('Posted by') . ' ' . $name . ' ' . t('on') . ' ' . format_date($created, 'custom', 'D, j F, Y - H:i'); ?></div>

but I can't image why do you need this? Drupal already providing to the node template complete string to display with the correct (specified in the administration panel) date formats. Otherwise people will see your hardcoded date format instead of their own. Also this leads to a bug, when some of these strings on a multy-language installations displayed in a wrong language, not sure what is the cause, but I saw it on my test machine. My proposal is to display $submit variable instead of building your own, default garland theme doing the same way I'm proposing

Comments

ktleow’s picture

Status: Active » Fixed

Thanks for reporting this.

I've changed the way $submitted is displayed in several of my themes.

Changes will be included in beta3.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.