diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2009-10-28 12:15:52 -0700 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-10-28 12:15:52 -0700 |
commit | 7ea13b3869dee33804606a17488bb1cd26759bdb (patch) | |
tree | 39c98eb3b788e528003730894a3f897a579a3808 /modules/comment/views | |
parent | 8ef78de3f72f695225ac87223d0815235a630417 (diff) |
Normalize capitalization ticket #596
Diffstat (limited to 'modules/comment/views')
-rw-r--r-- | modules/comment/views/admin_comments.html.php | 12 |
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> |