Author: leidel
Date: Sat Feb 28 16:50:10 2009
New Revision: 39
Modified:
trunk/robots/models.py
Log:
Fixed oversight with translatable help_text
Modified: trunk/robots/models.py
==============================================================================
--- trunk/robots/models.py (original)
+++ trunk/robots/models.py Sat Feb 28 16:50:10 2009
@@ -53,7 +53,7 @@
sites = models.ManyToManyField(Site)
crawl_delay = models.DecimalField(_('crawl delay'), blank=True,
null=True,
- max_digits=3, decimal_places=1,
help_text=(
+ max_digits=3, decimal_places=1,
help_text=_(
"Between 0.1 and 99.0. This field
is "
"supported by some search engines
and "
"defines the delay between
successive "
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---