diff options
| author | Tim Almdal <tnalmdal@shaw.ca> | 2009-07-02 20:52:55 -0700 | 
|---|---|---|
| committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-07-02 20:52:55 -0700 | 
| commit | 85ea66d51e762aab511fcc549c5d6ba06aa556d0 (patch) | |
| tree | a47b37c4070177d5adf91237e73037fcddc48e77 /modules/recaptcha/views | |
| parent | adb820e37c95277b07ade93b2404fb3bc213380a (diff) | |
| parent | 72281d2b448d77afde709929abaf3ab92883ccce (diff) | |
Merge branch 'master' of git@github.com:gallery/gallery3
Diffstat (limited to 'modules/recaptcha/views')
| -rw-r--r-- | modules/recaptcha/views/admin_recaptcha.html.php | 8 | 
1 files changed, 4 insertions, 4 deletions
| diff --git a/modules/recaptcha/views/admin_recaptcha.html.php b/modules/recaptcha/views/admin_recaptcha.html.php index 4c041ba2..9c2911ef 100644 --- a/modules/recaptcha/views/admin_recaptcha.html.php +++ b/modules/recaptcha/views/admin_recaptcha.html.php @@ -1,8 +1,8 @@  <?php defined("SYSPATH") or die("No direct script access.") ?>  <div id="gAdminRecaptcha"> -  <h1> <?= t("ReCaptcha Challenge Filtering") ?> </h1> +  <h1> <?= t("reCAPTCHA Challenge Filtering") ?> </h1>    <p> -    <?= t("Recaptcha is a free anti-bot service that helps digitize books.  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.", +    <?= 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,                  "recaptcha_url" => "http://recaptcha.net")) ?>    </p> @@ -12,9 +12,9 @@  <? if ($public_key && $private_key): ?>  <div id="gAdminRecaptchaTest" class="gBlock"> -  <h2> <?= t("Recaptcha Test") ?> </h2> +  <h2> <?= t("reCAPTCHA Test") ?> </h2>    <p> -    <?= t("If you see a captcha form below, then Recaptcha is functioning properly.") ?> +    <?= t("If you see a captcha form below, then reCAPTCHA is functioning properly.") ?>    </p>    <div id="gRecaptcha"/> | 
