app/soc/models/linkable.py
changeset 549 00a9ce3dc082
parent 533 ba3309b2fd30
child 568 6713617751b4
--- a/app/soc/models/linkable.py	Sat Nov 22 09:22:44 2008 +0000
+++ b/app/soc/models/linkable.py	Sat Nov 22 09:49:13 2008 +0000
@@ -114,7 +114,7 @@
   link_id = db.StringProperty(required=True,
       verbose_name=ugettext_lazy('Link ID'))
   link_id.help_text = ugettext_lazy(
-      '"ID" used when creating URL links.'
+      'Link ID is used as part of various URL links throughout the site.'
       ' Lower ASCII characters, digits, and underscores only.')
 
   #: Optional Self Reference property to another Linkable entity which defines