Commit 6c05145e authored by Christophe Dumez's avatar Christophe Dumez

- Fixed typo


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@8996 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 8f8b60c8
......@@ -4286,7 +4286,7 @@ Business Template is a set of definitions, such as skins, portal types and categ
"""
if self.getBuildingState() != 'built':
raise TemplateConditionError, \
'Business Template must be build before export'
'Business Template must be built before export'
if self.getInstallationState() == 'installed':
raise TemplateConditionError, \
'Can not export installed Business Template'
......
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