diff options
| -rw-r--r-- | phpBB/adm/style/captcha_qa_acp.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/adm/style/captcha_qa_acp.html b/phpBB/adm/style/captcha_qa_acp.html index d069233ccd..064d6969d1 100644 --- a/phpBB/adm/style/captcha_qa_acp.html +++ b/phpBB/adm/style/captcha_qa_acp.html @@ -3,7 +3,7 @@ <a name="maincontent"></a> - <a href="<!-- IF U_LIST -->{U_LIST}<!-- ELSE -->{U_BACK}<!-- ENDIF -->" style="float: {S_CONTENT_FLOW_END};">« {L_BACK}</a> + <a href="<!-- IF U_LIST -->{U_LIST}<!-- ELSE -->{U_ACTION}<!-- ENDIF -->" style="float: {S_CONTENT_FLOW_END};">« {L_BACK}</a> <h1>{L_QUESTIONS}</h1> @@ -57,7 +57,7 @@ <!-- ENDIF --> <form id="captcha_qa" method="post" action="{U_ACTION}"> <fieldset> - <legend>{L_QUESTIONS}</legend> + <legend>{L_EDIT_QUESTION}</legend> <dl> <dt><label for="strict">{L_QUESTION_STRICT}:</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> |
