translateable time formats (PM & birthdays)

This commit is contained in:
Friendika 2011-03-31 14:46:16 -07:00
parent 08032e0453
commit d728961cbf
2 changed files with 3 additions and 5 deletions

View file

@ -235,7 +235,7 @@ function message_content(&$a) {
'$delete' => t('Delete conversation'),
'$body' => $rr['body'],
'$to_name' => $rr['name'],
'$date' => datetime_convert('UTC',date_default_timezone_get(),$rr['mailcreated'],'D, d M Y - g:i A')
'$date' => datetime_convert('UTC',date_default_timezone_get(),$rr['mailcreated'], t('D, d M Y - g:i A'))
));
}
$o .= paginate($a);