# HG changeset patch # User Sverre Rabbelier # Date 1237591305 0 # Node ID 385ce0c25bd06026bd5be094836f34c40c26ba9d # Parent 236f677c158cfac93e193e53b1d5883bd6ab4037 Explain better what a link_id should look like Patch by: Sverre Rabbelier diff -r 236f677c158c -r 385ce0c25bd0 app/soc/models/linkable.py --- a/app/soc/models/linkable.py Fri Mar 20 23:21:21 2009 +0000 +++ b/app/soc/models/linkable.py Fri Mar 20 23:21:45 2009 +0000 @@ -115,7 +115,8 @@ verbose_name=ugettext('Link ID')) link_id.help_text = ugettext( 'Link ID is used as part of various URL links throughout the site.' - ' Lower ASCII characters, digits, and underscores only.') + ' Lowercase ASCII characters, digits, and underscores only.' + ' The regexp used to validate is "%s".') % LINK_ID_PATTERN_CORE #: Optional Self Reference property to another Linkable entity which defines #: the "scope" of this Linkable entity. The back-reference in the Linkable