From e9731b9932c0e08bd9c6db3d38eb33a25b99c18a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com> Date: Mon, 31 Aug 2009 12:04:26 +0000 Subject: [PATCH] fix some typos git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28686 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5/PropertySheet/TradeModelLine.py | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/product/ERP5/PropertySheet/TradeModelLine.py b/product/ERP5/PropertySheet/TradeModelLine.py index 02c7276a93..a851266de5 100644 --- a/product/ERP5/PropertySheet/TradeModelLine.py +++ b/product/ERP5/PropertySheet/TradeModelLine.py @@ -27,11 +27,9 @@ # ############################################################################## -from Products.CMFCore.Expression import Expression - class TradeModelLine: """ - Properties which allow to define a generic Delivery Builder. + Properties for trade model lines """ _properties = ( { 'id' : 'create_line', @@ -42,8 +40,8 @@ class TradeModelLine: 'default' : True, }, { 'id' : 'calculation_script_id', - 'description' : 'If a scrip is defined on Trade Model Line, this script'\ - ' is used to do localised calculs', + 'description' : 'If a script is defined on trade model Line, this ' + 'script will be used for calculation', 'type' : 'string', 'mode' : 'w', }, -- 2.30.9