diff mbox

[Branch,~linaro-validation/lava-server/trunk] Rev 239: Fix the help text in Project.name

Message ID 20110926140212.32764.98902.launchpad@ackee.canonical.com
State Accepted
Headers show

Commit Message

Zygmunt Krynicki Sept. 26, 2011, 2:02 p.m. UTC
------------------------------------------------------------
revno: 239
committer: Zygmunt Krynicki <zygmunt.krynicki@linaro.org>
branch nick: trunk
timestamp: Mon 2011-09-26 16:00:18 +0200
message:
  Fix the help text in Project.name
modified:
  lava_projects/models.py


--
lp:lava-server
https://code.launchpad.net/~linaro-validation/lava-server/trunk

You are subscribed to branch lp:lava-server.
To unsubscribe from this branch go to https://code.launchpad.net/~linaro-validation/lava-server/trunk/+edit-subscription
diff mbox

Patch

=== 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,