Author: mtredinnick
Date: 2008-08-19 15:27:41 -0500 (Tue, 19 Aug 2008)
New Revision: 8443

Modified:
   django/trunk/django/contrib/localflavor/nl/nl_provinces.py
Log:
Fixed #8415 -- Fixed a typo in the localflavor for the Netherlands. Thanks,
Niels Poppe.


Modified: django/trunk/django/contrib/localflavor/nl/nl_provinces.py
===================================================================
--- django/trunk/django/contrib/localflavor/nl/nl_provinces.py  2008-08-19 
14:17:24 UTC (rev 8442)
+++ django/trunk/django/contrib/localflavor/nl/nl_provinces.py  2008-08-19 
20:27:41 UTC (rev 8443)
@@ -1,7 +1,7 @@
 from django.utils.translation import ugettext_lazy as _
 
 PROVINCE_CHOICES = (
-    ('DR', _('Drente')),
+    ('DR', _('Drenthe')),
     ('FL', _('Flevoland')),
     ('FR', _('Friesland')),
     ('GL', _('Gelderland')),


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django 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/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to