Commit fe585256 authored by Christophe Dumez's avatar Christophe Dumez

improved error message a little

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6863 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent f13ff76e
......@@ -77,7 +77,7 @@ if \'uids\' not in context.REQUEST.keys(): \n
revisions_list = context.REQUEST[\'uids\']\n
\n
if len(revisions_list) != 2:\n
context.REQUEST.set(\'portal_status_message\', \'You must select only TWO revisions!\')\n
context.REQUEST.set(\'portal_status_message\', \'You must select exactly TWO revisions!\')\n
return context.asContext(file=file).BusinessTemplate_viewSvnLog()\n
\n
revisions_list.sort()\n
......
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