diff -r 5375e657a715 -r dd0ba04ef589 app/soc/models/role.py --- a/app/soc/models/role.py Sun Mar 22 14:52:38 2009 +0000 +++ b/app/soc/models/role.py Sun Mar 22 18:05:10 2009 +0000 @@ -307,6 +307,9 @@ verbose_name=ugettext('T-shirt Size'), choices=('XXS', 'XS', 'S', 'M', 'L', 'XL', 'XXL', 'XXXL')) tshirt_size.group = ugettext("4. Private Info") + tshirt_size.example_text = ugettext('See also ' + '' + 'this article.') #: Optional field indicating choice of t-shirt fit; kept private. tshirt_style = db.StringProperty(