From 4053649e5a753ce4134228f9c7b916a01401ed8e Mon Sep 17 00:00:00 2001 From: Nicolas Dumazet <nicolas.dumazet@nexedi.com> Date: Fri, 24 Dec 2010 06:21:18 +0000 Subject: [PATCH] missing 's' git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41740 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5Type/Utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/product/ERP5Type/Utils.py b/product/ERP5Type/Utils.py index 20e403ca5f..76e7f871b5 100644 --- a/product/ERP5Type/Utils.py +++ b/product/ERP5Type/Utils.py @@ -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, -- 2.30.9