aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style/acp_captcha.html
diff options
context:
space:
mode:
authorHenry Sudhof <kellanved@phpbb.com>2009-02-08 14:23:49 +0000
committerHenry Sudhof <kellanved@phpbb.com>2009-02-08 14:23:49 +0000
commitf668b3c9f5067bd93924d8ef6a3cad5c5be45a87 (patch)
tree839e0796bb65c0f8fc35ea598c55e8f63ca24a8e /phpBB/adm/style/acp_captcha.html
parent6f486b0499258d1a236837acae120274bb1832d1 (diff)
downloadforums-f668b3c9f5067bd93924d8ef6a3cad5c5be45a87.tar
forums-f668b3c9f5067bd93924d8ef6a3cad5c5be45a87.tar.gz
forums-f668b3c9f5067bd93924d8ef6a3cad5c5be45a87.tar.bz2
forums-f668b3c9f5067bd93924d8ef6a3cad5c5be45a87.tar.xz
forums-f668b3c9f5067bd93924d8ef6a3cad5c5be45a87.zip
and another CAPTCHA setting - add new noise shapes to the noise array for more variations.
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9321 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/adm/style/acp_captcha.html')
-rw-r--r--phpBB/adm/style/acp_captcha.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/adm/style/acp_captcha.html b/phpBB/adm/style/acp_captcha.html
index e8e5bd2265..83d47c193a 100644
--- a/phpBB/adm/style/acp_captcha.html
+++ b/phpBB/adm/style/acp_captcha.html
@@ -48,7 +48,7 @@
</dd>
</dl>
<dl>
- <dt><label for="captcha_gd_3d_noise">{L_CAPTCHA_GD_3D_NOISE}:</label><br /><span>{L_CAPTCHA_GD_3D_NOIS_EXPLAIN}</span></dt>
+ <dt><label for="captcha_gd_3d_noise">{L_CAPTCHA_GD_3D_NOISE}:</label><br /><span>{L_CAPTCHA_GD_3D_NOISE_EXPLAIN}</span></dt>
<dd><label><input id="captcha_gd_3d_noise" name="captcha_gd_3d_noise" value="1" class="radio" type="radio"<!-- IF CAPTCHA_GD_3D_NOISE --> checked="checked"<!-- ENDIF --> /> {L_YES}</label>
<label><input name="captcha_gd_3d_noise" value="0" class="radio" type="radio"<!-- IF not CAPTCHA_GD_3D_NOISE --> checked="checked"<!-- ENDIF --> /> {L_NO}</label>
</dd>