mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-07-15 03:02:39 -04:00
Normalize capitalization ticket #596
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user