diff options
author | Nathan Guse <nathaniel.guse@gmail.com> | 2012-08-03 11:50:59 -0500 |
---|---|---|
committer | Andreas Fischer <bantu@phpbb.com> | 2012-11-10 00:23:03 +0100 |
commit | d124cd2d593bf66abf173e1c5b97c7f371a09dc4 (patch) | |
tree | 981af20c62ee34b0af80b1453f5036e2c5b21c7a /phpBB/adm/style/captcha_qa_acp.html | |
parent | 6e7e70a18abc4368bc0728db420d1f7f61ad8686 (diff) | |
download | forums-d124cd2d593bf66abf173e1c5b97c7f371a09dc4.tar forums-d124cd2d593bf66abf173e1c5b97c7f371a09dc4.tar.gz forums-d124cd2d593bf66abf173e1c5b97c7f371a09dc4.tar.bz2 forums-d124cd2d593bf66abf173e1c5b97c7f371a09dc4.tar.xz forums-d124cd2d593bf66abf173e1c5b97c7f371a09dc4.zip |
[ticket/10780] Replace colon usage in adm template output with {L_COLON}
Same as 46a7940a976ec1f54078f803ec949aa2bfbf6316, but for ACP templates
PHPBB3-10780
Diffstat (limited to 'phpBB/adm/style/captcha_qa_acp.html')
-rw-r--r-- | phpBB/adm/style/captcha_qa_acp.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/adm/style/captcha_qa_acp.html b/phpBB/adm/style/captcha_qa_acp.html index 4eb46d2d3c..99f3f24f70 100644 --- a/phpBB/adm/style/captcha_qa_acp.html +++ b/phpBB/adm/style/captcha_qa_acp.html @@ -59,7 +59,7 @@ <fieldset> <legend>{L_EDIT_QUESTION}</legend> <dl> - <dt><label for="strict">{L_QUESTION_STRICT}:</label><br /><span>{L_QUESTION_STRICT_EXPLAIN}</span></dt> + <dt><label for="strict">{L_QUESTION_STRICT}{L_COLON}</label><br /><span>{L_QUESTION_STRICT_EXPLAIN}</span></dt> <dd><label><input type="radio" class="radio" name="strict" value="1"<!-- IF STRICT --> id="strict" checked="checked"<!-- ENDIF --> /> {L_YES}</label> <label><input type="radio" class="radio" name="strict" value="0"<!-- IF not STRICT --> id="strict" checked="checked"<!-- ENDIF --> /> {L_NO}</label></dd> </dl> |