2010-05-30, 20:59:17
Ok, I got it.
The problem is on template page where the string "Last Saved" is hardcoded:
I would change to:
The problem is on template page where the string "Last Saved" is hardcoded:
Code:
<b>Last Saved:</b>
Code:
<b><?php echo $i18n['LAST_SAVED']; ?>:</b>