summaryrefslogtreecommitdiff
path: root/modules/recaptcha
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2009-06-27 16:57:38 -0700
committerTim Almdal <tnalmdal@shaw.ca>2009-06-27 16:57:38 -0700
commit4707a97b826b12958fda6d59d157726b246693cd (patch)
tree2e15d54f2749b76250ffc02184053496e066b2b1 /modules/recaptcha
parent11f08ee4399c62cc1d2c36457a214c6db693db06 (diff)
parent76f688a070c7c36eb84dc22b21b165f00440a4a4 (diff)
Merge branch 'master' of git@github.com:gallery/gallery3
Diffstat (limited to 'modules/recaptcha')
-rw-r--r--modules/recaptcha/views/admin_recaptcha.html.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/recaptcha/views/admin_recaptcha.html.php b/modules/recaptcha/views/admin_recaptcha.html.php
index 06a664e1..4c041ba2 100644
--- a/modules/recaptcha/views/admin_recaptcha.html.php
+++ b/modules/recaptcha/views/admin_recaptcha.html.php
@@ -2,7 +2,7 @@
<div id="gAdminRecaptcha">
<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. automated spam filtering service. 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 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.",
array("domain_url" => $form->get_key_url,
"recaptcha_url" => "http://recaptcha.net")) ?>
</p>