Commit 866ae0d3 authored by Jérome Perrin's avatar Jérome Perrin

fix typo

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18787 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 71849a58
......@@ -3,11 +3,8 @@
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<tuple>
<string>Products.PythonScripts.PythonScript</string>
<string>PythonScript</string>
</tuple>
<none/>
<global name="PythonScript" module="Products.PythonScripts.PythonScript"/>
<tuple/>
</tuple>
</pickle>
<pickle>
......@@ -87,7 +84,7 @@ def generateReference(prefix, order, portal_type):\n
generateReference(reference, context, "%s Line" % context.getPortalType())\n
generateReference(\'%s-M\' % reference, context, "%s Milestone" % context.getPortalType())\n
\n
msg = translateString(\'Reference for generate for all order lines and milestones.\')\n
msg = translateString(\'Reference generated for all order lines and milestones.\')\n
\n
# Return to view mode\n
return context.Base_redirect(form_id, keep_items = {\'portal_status_message\' : msg}, **kw)\n
......
157
\ No newline at end of file
158
\ 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