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/akismet | |
parent | 8ef78de3f72f695225ac87223d0815235a630417 (diff) |
Normalize capitalization ticket #596
Diffstat (limited to 'modules/akismet')
-rw-r--r-- | modules/akismet/views/admin_akismet.html.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/akismet/views/admin_akismet.html.php b/modules/akismet/views/admin_akismet.html.php index d273be5b..399053d8 100644 --- a/modules/akismet/views/admin_akismet.html.php +++ b/modules/akismet/views/admin_akismet.html.php @@ -1,6 +1,6 @@ <?php defined("SYSPATH") or die("No direct script access.") ?> <div id="g-admin-akismet" class="g-block"> - <h1> <?= t("Akismet Spam Filtering") ?> </h1> + <h1> <?= t("Akismet spam filtering") ?> </h1> <p> <?= t("Akismet is a free, automated spam filtering service. In order to use it, you need to sign up for a <a href=\"%api_key_url\">Wordpress.com API Key</a>, which is also free. Your comments will be automatically relayed to <a href=\"%akismet_url\">Akismet.com</a> where they'll be scanned for spam. Spam messages will be flagged accordingly and hidden from your vistors until you approve or delete them.", array("api_key_url" => "http://wordpress.com/api-keys", @@ -9,7 +9,7 @@ <div class="g-block-content"> <? if ($valid_key): ?> <div class="g-module-status g-success"> - <?= t("Your API Key is valid. Your comments will be filtered!") ?> + <?= t("Your API key is valid. Your comments will be filtered!") ?> </div> <? endif ?> |