Commit 9ebea238 authored by Yusei Tahara's avatar Yusei Tahara

Correct text.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23294 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 41e268e8
......@@ -78,7 +78,7 @@ portal_type = kw.get(\'portal_type\', None)\n
doc = context.portal_contributions.newContent(file = file,\n
portal_type = portal_type)\n
\n
msg = translateString("${portal_type} created successfully.",\n
msg = translateString("${portal_type} created successfully",\n
mapping = {\'portal_type\':doc.getPortalType()})\n
return context.Base_redirect(\'view\', keep_items = {\'portal_status_message\':msg})\n
</string> </value>
......@@ -166,6 +166,12 @@ return context.Base_redirect(\'view\', keep_items = {\'portal_status_message\':m
<key> <string>title</string> </key>
<value> <string>Contribute new file</string> </value>
</item>
<item>
<key> <string>uid</string> </key>
<value>
<none/>
</value>
</item>
<item>
<key> <string>warnings</string> </key>
<value>
......
25
\ No newline at end of file
26
\ 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