Normalize capitalization ticket #596

This commit is contained in:
Tim Almdal
2009-10-28 12:15:52 -07:00
parent 8ef78de3f7
commit 7ea13b3869
48 changed files with 137 additions and 137 deletions

View File

@@ -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>