Commit 543ee982 authored by Fabien Morin's avatar Fabien Morin

typo

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31148 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 5b16058c
......@@ -78,7 +78,7 @@ else:\n
)\n
\n
if count != 0:\n
msg = context.Base_translateString(\'${count} Apparel Colour Range Variation created.\',\n
msg = context.Base_translateString(\'${count} Apparel Colour Range Variations created.\',\n
mapping={\'count\': count})\n
\n
context.Base_redirect(form_id=form_id,\n
......
......@@ -89,7 +89,7 @@ elif len(colour_range.contentValues(portal_type=\'Apparel Colour Range Variation
portal_type=\'Mapped Value\')\n
new_cell.setQuantity(cell.getQuantity())\n
if len(poly_list):\n
msg = context.Base_translateString(\'${count} Composition created.\',\n
msg = context.Base_translateString(\'${count} Compositions created.\',\n
mapping={\'count\': len(poly_list)})\n
\n
return context.Base_redirect(form_id=form_id,\n
......
234
\ No newline at end of file
235
\ 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