diff options
Diffstat (limited to 'modules/comment/comment.module')
-rw-r--r-- | modules/comment/comment.module | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/modules/comment/comment.module b/modules/comment/comment.module index 3c4d9920c..3bff35e22 100644 --- a/modules/comment/comment.module +++ b/modules/comment/comment.module @@ -949,10 +949,10 @@ function comment_save($id, $edit) { function comment_admin_overview($status = 0) { $header = array( - array("data" => t("Subject"), "field" => "subject"), - array("data" => t("Author"), "field" => "u.name"), - array("data" => t("Status"), "field" => "status"), - array("data" => t("Time"), "field" => "timestamp", "sort" => "desc"), + array("data" => t("subject"), "field" => "subject"), + array("data" => t("author"), "field" => "u.name"), + array("data" => t("status"), "field" => "status"), + array("data" => t("time"), "field" => "timestamp", "sort" => "desc"), array("data" => t("operations"), "colspan" => 2) ); |