Commit 80ebaa35 authored by Christophe Dumez's avatar Christophe Dumez

- fixed typo

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