summaryrefslogtreecommitdiff
path: root/modules/comment/views
diff options
context:
space:
mode:
Diffstat (limited to 'modules/comment/views')
-rw-r--r--modules/comment/views/admin_comments.html.php12
1 files changed, 6 insertions, 6 deletions
diff --git a/modules/comment/views/admin_comments.html.php b/modules/comment/views/admin_comments.html.php
index 82e071a8..f0f5ab1c 100644
--- a/modules/comment/views/admin_comments.html.php
+++ b/modules/comment/views/admin_comments.html.php
@@ -35,7 +35,7 @@
</script>
<div id="g-admin-comments" class="g-block">
- <h1> <?= t("Manage Comments") ?> </h1>
+ <h1> <?= t("Manage comments") ?> </h1>
<div class="g-block-content">
<!-- @todo: Highlight active menu option -->
@@ -46,13 +46,13 @@
<!-- @todo: Remove after setting active option? -->
<h2>
<? if ($state == "published"): ?>
- <?= t("Approved Comments") ?>
+ <?= t("Approved comments") ?>
<? elseif ($state == "unpublished"): ?>
- <?= t("Comments Awaiting Moderation") ?>
+ <?= t("Comments awaiting moderation") ?>
<? elseif ($state == "spam"): ?>
- <?= t("Spam Comments") ?>
+ <?= t("Spam comments") ?>
<? elseif ($state == "deleted"): ?>
- <?= t("Recently Deleted Comments") ?>
+ <?= t("Recently deleted comments") ?>
<? endif ?>
</h2>
@@ -196,6 +196,6 @@
<div class="g-pager">
<?= $pager ?>
</div>
-
+
</div>
</div>