Commit 88ece481 authored by Romain Courteaud's avatar Romain Courteaud

Fix typo


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@14818 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent f96a4244
......@@ -678,21 +678,21 @@ class PlanningBoxWidget(Widget.Widget):
# setting header height
size_header_height = fields.IntegerField('size_header_height',
title='header height',
desciption='height of the planning header',
description='height of the planning header',
default=100,
required=1)
# setting left border size
size_border_width_left = fields.IntegerField('size_border_width_left',
title='Size border width left',
desciption='setting left border size',
description='setting left border size',
default=10,
required=1)
# setting the width of the Planning (excl. Y axis : only the block area)
size_planning_width = fields.IntegerField('size_planning_width',
title='Planning width',
desciption='size of the planning area, excluding axis size',
description='size of the planning area, excluding axis size',
default=1000,
required=1)
......
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