Commit 4053649e authored by Nicolas Dumazet's avatar Nicolas Dumazet

missing 's'


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41740 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 044311fd
......@@ -1412,7 +1412,7 @@ def setDefaultProperties(property_holder, object=None, portal=None):
portal=portal)
# make accessor to translation_domain
# first create default one as a normal property
accessor_id = '%_translation_domain' % prop['id']
accessor_id = '%s_translation_domain' % prop['id']
createDefaultAccessors(
property_holder,
accessor_id,
......
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