Commit 6eea0a01 authored by Fabien Morin's avatar Fabien Morin

correct a mistake in error message

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23180 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent b65971ac
......@@ -69,7 +69,7 @@
\n
# check captcha\n
if not context.isCaptchaTextCorrect(captcha_text):\n
message = "text entered at the left of the picture is wrong"\n
message = "text entered at the right of the picture is wrong"\n
return request[\'RESPONSE\'].redirect(\n
"%s/%s?portal_status_message=%s" %\n
(context.absolute_url(), form_id, message))\n
......
233
\ No newline at end of file
234
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment