summaryrefslogtreecommitdiff
path: root/modules/recaptcha
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2009-10-28 12:15:52 -0700
committerTim Almdal <tnalmdal@shaw.ca>2009-10-28 12:15:52 -0700
commit7ea13b3869dee33804606a17488bb1cd26759bdb (patch)
tree39c98eb3b788e528003730894a3f897a579a3808 /modules/recaptcha
parent8ef78de3f72f695225ac87223d0815235a630417 (diff)
Normalize capitalization ticket #596
Diffstat (limited to 'modules/recaptcha')
-rw-r--r--modules/recaptcha/views/admin_recaptcha.html.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/recaptcha/views/admin_recaptcha.html.php b/modules/recaptcha/views/admin_recaptcha.html.php
index a0af3ba8..4f07fef0 100644
--- a/modules/recaptcha/views/admin_recaptcha.html.php
+++ b/modules/recaptcha/views/admin_recaptcha.html.php
@@ -1,6 +1,6 @@
<?php defined("SYSPATH") or die("No direct script access.") ?>
<div class="g-block">
- <h1> <?= t("reCAPTCHA Challenge Filtering") ?> </h1>
+ <h1> <?= t("reCAPTCHA challenge filtering") ?> </h1>
<p>
<?= t("reCAPTCHA is a free CAPTCHA service that helps to digitize books, newspapers and old time radio shows. In order to use it, you need to sign up for a <a href=\"%domain_url\">reCAPTCHA Public/Private Key pair</a>, which is also free. Once registered, the challenge and response strings are evaluated at <a href=\"%recaptcha_url\">recaptcha.net</a> to determine if the form content has been entered by a bot.",
array("domain_url" => $form->get_key_url,
@@ -12,7 +12,7 @@
<? if ($public_key && $private_key): ?>
<div id="g-admin-recaptcha-test">
- <h2> <?= t("reCAPTCHA Test") ?> </h2>
+ <h2> <?= t("reCAPTCHA test") ?> </h2>
<p>
<?= t("If you see a CAPTCHA form below, then reCAPTCHA is functioning properly.") ?>
</p>
@@ -30,6 +30,6 @@
</div>
</div>
<? endif ?>
-
+
</div>
</div>