# HG changeset patch # User sylvain.thenault@logilab.fr # Date 1235088886 -3600 # Node ID 1b5f2068743efe81c45c4fb5a3b4b01c417ab2ab # Parent decb67772c92484639082b79511bb73ba38f62b3 typo diff -r decb67772c92 -r 1b5f2068743e view.py --- a/view.py Fri Feb 20 01:14:40 2009 +0100 +++ b/view.py Fri Feb 20 01:14:46 2009 +0100 @@ -497,7 +497,7 @@ __select__ = yes() property_defs = { _('visible'): dict(type='Boolean', default=True, - help=_('display the box or not')), + help=_('display the component or not')), } def div_class(self):