From 84cd2d0467f9239cd048e74e5a55a1d8be25ff48 Mon Sep 17 00:00:00 2001 From: Loui Chang Date: Thu, 22 Jan 2009 23:25:10 -0500 Subject: Fix translated comment messages. Signed-off-by: Loui Chang --- web/template/pkg_comments.php | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'web/template/pkg_comments.php') diff --git a/web/template/pkg_comments.php b/web/template/pkg_comments.php index 7bcf708..de13513 100644 --- a/web/template/pkg_comments.php +++ b/web/template/pkg_comments.php @@ -14,12 +14,11 @@ echo $durl; } if ($SID) { - echo __("Comment by: %h%s%h on %s", - "", - $carr["UserName"], "", gmdate("Y m d [H:i:s]", $carr["CommentTS"])); + echo __("Comment by: %s on %s", + "" . $carr["UserName"] . "", gmdate("Y m d [H:i:s]", $carr["CommentTS"])); } else { - echo __("Comment by: %h%s%h on %s", - "", $carr["UserName"], "", + echo __("Comment by: %s on %s", + '' . $carr['UserName'] . '', gmdate("Y m d [H:i:s]", $carr["CommentTS"])); } ?> -- cgit v1.2.3-54-g00ecf