changeset 2293 | 7ded2a1416e4 |
parent 2058 | 7ef12c03447c |
parent 2259 | 5d90bd26af8b |
child 2381 | caad2367d940 |
--- a/web/component.py Thu Jul 02 10:36:25 2009 +0200 +++ b/web/component.py Mon Jul 06 19:55:18 2009 +0200 @@ -37,7 +37,7 @@ property_defs = { _('visible'): dict(type='Boolean', default=True, - help=_('display the box or not')), + help=_('display the component or not')), _('order'): dict(type='Int', default=99, help=_('display order of the component')), _('context'): dict(type='String', default='header',