aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenry Sudhof <kellanved@phpbb.com>2009-12-13 14:23:40 +0000
committerHenry Sudhof <kellanved@phpbb.com>2009-12-13 14:23:40 +0000
commit321ec3644e092876ad96235ff34d5fd8c4284641 (patch)
tree96171f133644bc5edf461977a4b410898d294e01
parent85977941b3dd5dc0e8a4b1fbe2fb1e7ac9709891 (diff)
downloadforums-321ec3644e092876ad96235ff34d5fd8c4284641.tar
forums-321ec3644e092876ad96235ff34d5fd8c4284641.tar.gz
forums-321ec3644e092876ad96235ff34d5fd8c4284641.tar.bz2
forums-321ec3644e092876ad96235ff34d5fd8c4284641.tar.xz
forums-321ec3644e092876ad96235ff34d5fd8c4284641.zip
#54965
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10331 89ea8834-ac86-4346-8a33-228a782c2dd0
-rw-r--r--phpBB/styles/subsilver2/template/captcha_qa.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/styles/subsilver2/template/captcha_qa.html b/phpBB/styles/subsilver2/template/captcha_qa.html
index dc8d5505a1..23d2a92f68 100644
--- a/phpBB/styles/subsilver2/template/captcha_qa.html
+++ b/phpBB/styles/subsilver2/template/captcha_qa.html
@@ -1,8 +1,8 @@
<tr>
- <th colspan="2" valign="middle">{QA_CONFIRM_QUESTION}</th>
+ <th colspan="2" valign="middle">{L_CONFIRM_QUESTION}</th>
</tr>
<tr>
- <td class="row1"><b class="genmed">{QA_CONFIRM_QUESTION}:</b><br /></td>
+ <td class="row1"><b class="genmed">{QA_CONFIRM_QUESTION}:</b><br /><span class="gensmall">{L_CONFIRM_QUESTION_EXPLAIN}</span></td>
<td class="row2"><input class="post" type="text" name="qa_answer" size="80" /></td>
<input type="hidden" name="qa_confirm_id" id="confirm_id" value="{QA_CONFIRM_ID}" /></td>
</tr>