[Checkins] SVN: Grokstar/trunk/src/grokstar/entry.py use 'Post slug' wording instead of 'Url name' (wordpress uses this)

Robert Marianski rmarianski at openplans.org
Wed Mar 19 00:36:07 EDT 2008


Log message for revision 84779:
  use 'Post slug' wording instead of 'Url name' (wordpress uses this)

Changed:
  U   Grokstar/trunk/src/grokstar/entry.py

-=-
Modified: Grokstar/trunk/src/grokstar/entry.py
===================================================================
--- Grokstar/trunk/src/grokstar/entry.py	2008-03-19 04:17:47 UTC (rev 84778)
+++ Grokstar/trunk/src/grokstar/entry.py	2008-03-19 04:36:07 UTC (rev 84779)
@@ -47,7 +47,7 @@
     title = u'Add Entry'
     # add the url that the user wants
     form_fields = grok.Fields(
-        id=schema.TextLine(title=u"Url name"))
+        id=schema.TextLine(title=u"Post slug"))
     # don't show them these timestamps
     form_fields += grok.AutoFields(RestructuredTextEntry).omit(
         'published', 'updated')



More information about the Checkins mailing list