Commit 50e89add authored by Jérome Perrin's avatar Jérome Perrin

translate the portal type in "No ${portal_type} related" message

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24344 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 16dec8e4
......@@ -93,7 +93,7 @@ if related_order_uid_list:\n
return context.Base_redirect(form_id,\n
keep_items=dict(portal_status_message=\n
translateString(\'No ${portal_type} related.\',\n
mapping=dict(portal_type=order_type))))\n
mapping=dict(portal_type=translateString(order_type)))))\n
</string> </value>
</item>
<item>
......
153
\ No newline at end of file
154
\ 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