Commit d43e5770 authored by Jérome Perrin's avatar Jérome Perrin

Don't use (s) in message, use plural instead.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19390 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 80a963cb
......@@ -121,9 +121,11 @@ else:\n
count = 1\n
\n
# Redirect to the event module (but is this the best place to go since events are not yet indexed ?)\n
portal_status_message = translateString("Created and associated ${count} new ${portal_type}(s) to the selected ticket.", \n
mapping = dict(portal_type = portal_type, count=count))\n
context.Base_redirect(form_id, keep_items = dict(portal_status_message=portal_status_message, selection_name=selection_name, selection_index=selection_index), **kw)\n
portal_status_message = translateString("Created and associated ${count} new Events to the selected Ticket.", \n
mapping=dict(count=count))\n
context.Base_redirect(form_id, keep_items = dict(portal_status_message=portal_status_message,\n
selection_name=selection_name,\n
selection_index=selection_index), **kw)\n
]]></string> </value>
......
159
\ No newline at end of file
163
\ 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