Message ID | 20110926140212.32764.98902.launchpad@ackee.canonical.com |
---|---|
State | Accepted |
Headers | show |
=== modified file 'lava_projects/models.py' --- lava_projects/models.py 2011-09-24 19:18:28 +0000 +++ lava_projects/models.py 2011-09-26 14:00:18 +0000 @@ -117,10 +117,8 @@ blank=False, max_length=100, verbose_name=_(u"Name"), - help_text=_(u"A unique identifier built from restricted subset of" - u" characters (only basic lowercase letters, numbers and" - u" dash). Changing this field will break existing links" - u" and is not recommended")) + help_text=_(u"Name (this is how your project will be displayed" + u" throughout LAVA)")) identifier = models.SlugField( null=False,