From: Tobias Diekershoff Date: Sun, 18 Feb 2018 08:56:27 +0000 (+0100) Subject: missing L10n::t for date string formatting X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=59aed9533e1e2c6709d272ac250605badc5ad52e;p=friendica.git missing L10n::t for date string formatting --- diff --git a/mod/message.php b/mod/message.php index bb32b5a72d..40f1dd08c0 100644 --- a/mod/message.php +++ b/mod/message.php @@ -396,7 +396,7 @@ function message_content(App $a) 'body' => $body_e, 'delete' => L10n::t('Delete message'), 'to_name' => $to_name_e, - 'date' => DateTimeFormat::local($message['created'], 'D, d M Y - g:i A'), + 'date' => DateTimeFormat::local($message['created'], L10n::t('D, d M Y - g:i A')), 'ago' => Temporal::getRelativeDate($message['created']), ];