diff options
author | Chris Smith <toonarmy@phpbb.com> | 2009-02-08 04:44:15 +0000 |
---|---|---|
committer | Chris Smith <toonarmy@phpbb.com> | 2009-02-08 04:44:15 +0000 |
commit | 24284c4224bc164407efed085320b8cf53213055 (patch) | |
tree | 6b2dfc552a5e644551d3d1dbe2cdd49dcba19c14 /phpBB/adm/style | |
parent | 6c38ee10bd9ba88318d8501ecd6f6e4233612d21 (diff) | |
download | forums-24284c4224bc164407efed085320b8cf53213055.tar forums-24284c4224bc164407efed085320b8cf53213055.tar.gz forums-24284c4224bc164407efed085320b8cf53213055.tar.bz2 forums-24284c4224bc164407efed085320b8cf53213055.tar.xz forums-24284c4224bc164407efed085320b8cf53213055.zip |
Swap the radio options around and change the language to be uniform with the other settings
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9318 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/adm/style')
-rw-r--r-- | phpBB/adm/style/acp_captcha.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/adm/style/acp_captcha.html b/phpBB/adm/style/acp_captcha.html index 7334b69f70..bbee371b2a 100644 --- a/phpBB/adm/style/acp_captcha.html +++ b/phpBB/adm/style/acp_captcha.html @@ -43,8 +43,8 @@ </dl> <dl> <dt><label for="captcha_gd_wave">{L_CAPTCHA_GD_WAVE}:</label><br /><span>{L_CAPTCHA_GD_WAVE_EXPLAIN}</span></dt> - <dd><label><input id="captcha_gd_wave" name="captcha_gd_wave" value="0" class="radio" type="radio"<!-- IF not CAPTCHA_GD_WAVE --> checked="checked"<!-- ENDIF --> /> {L_OFF}</label> - <label><input name="captcha_gd_wave" value="1" class="radio" type="radio"<!-- IF CAPTCHA_GD_WAVE == 1 --> checked="checked"<!-- ENDIF --> /> {L_ON}</label> + <dd><label><input id="captcha_gd_wave" name="captcha_gd_wave" value="1" class="radio" type="radio"<!-- IF CAPTCHA_GD_WAVE --> checked="checked"<!-- ENDIF --> /> {L_YES}</label> + <label><input name="captcha_gd_wave" value="0" class="radio" type="radio"<!-- IF not CAPTCHA_GD_WAVE --> checked="checked"<!-- ENDIF --> /> {L_NO}</label> </dd> </dl> <!-- ENDIF --> |