diff --git a/modules/comment/views/admin_comments.html.php b/modules/comment/views/admin_comments.html.php index 311a27c9..5b2d2ca4 100644 --- a/modules/comment/views/admin_comments.html.php +++ b/modules/comment/views/admin_comments.html.php @@ -91,8 +91,9 @@
- "
+
= t("on ") . date("Y-M-d H:i:s", $comment->created) ?>
diff --git a/modules/comment/views/comments.html.php b/modules/comment/views/comments.html.php
index 7f82241e..b3757a5c 100644
--- a/modules/comment/views/comments.html.php
+++ b/modules/comment/views/comments.html.php
@@ -5,10 +5,12 @@
- "
+
- printf(t("on %s %s said"), date("Y-M-d H:i:s", $comment->created), $comment->author_name()) ?>
+ = t("on {{date}} {{name}} said",
+ array("date" => date("Y-M-d H:i:s", $comment->created),
+ "name" => $comment->author_name())); ?>