Commit 23c7db0d authored by Vincent Pelletier's avatar Vincent Pelletier

Typo in error message.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25640 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent eeb1a7a5
......@@ -1480,7 +1480,7 @@ class PortalTypeWorkflowChainTemplateItem(BaseTemplateItem):
self._objects[portal_type] = [workflow,]
elif not self.is_bt_for_diff:
raise NotFound, 'No workflow chain found for portal type %s. This '\
'is probably a sign of a missing dependancy.'\
'is probably a sign of a missing dependency.'\
% portal_type
# Function to generate XML Code Manually
......
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