Author: batiste.bieler
Date: Wed Apr  8 03:37:25 2009
New Revision: 444

Modified:
    trunk/pages/models.py

Log:
Fix a typo

Modified: trunk/pages/models.py
==============================================================================
--- trunk/pages/models.py       (original)
+++ trunk/pages/models.py       Wed Apr  8 03:37:25 2009
@@ -252,7 +252,7 @@
          TYPES = (
              (0, _('All')),
              (1, _('This page only')),
-            (2, _('This page and all childrens')),
+            (2, _('This page and all children')),
          )
          page = models.ForeignKey(Page, null=True, blank=True,  
verbose_name=_('page'))
          user = models.ForeignKey(User, verbose_name=_('user'))

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pinax-updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/pinax-updates?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to