Commit 41e268e8 authored by Yusei Tahara's avatar Yusei Tahara

2008-08-29 yusei

* Use written English for message.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23293 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent a3718e8d
......@@ -78,7 +78,7 @@ from zExceptions import Unauthorized\n
try:\n
data = context.index_html(request, response, format=format, force=force)\n
except Unauthorized:\n
msg = context.Base_translateString("You don\'t have enough permission for converting this document.")\n
msg = context.Base_translateString("You do not have enough permission for converting this document.")\n
return context.Base_redirect(keep_items=dict(portal_status_message=msg))\n
\n
typ = response.headers.get(\'content-type\')\n
......@@ -184,6 +184,12 @@ return data\n
<key> <string>title</string> </key>
<value> <string>Convert document to given format</string> </value>
</item>
<item>
<key> <string>uid</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>warnings</string> </key>
<value>
......
2008-08-29 yusei
* Use written English for message.
2008-06-27 yusei
* Start to develop version 5.2.
......@@ -26,4 +29,4 @@
* move Contribution Tool portal type from dms.
2008-03-14 yusei
* move ingestion related stuff from core and dms to this business template.
* move ingestion related stuff from core and dms to this business template.
\ No newline at end of file
24
\ No newline at end of file
25
\ 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