Skip to content

Commit

Permalink
Fixed #8415 -- Fixed a typo in the localflavor for the Netherlands. T…
Browse files Browse the repository at this point in the history
…hanks,

Niels Poppe.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@8443 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
malcolmt committed Aug 19, 2008
1 parent f748fa2 commit ba937e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django/contrib/localflavor/nl/nl_provinces.py
@@ -1,7 +1,7 @@
from django.utils.translation import ugettext_lazy as _ from django.utils.translation import ugettext_lazy as _


PROVINCE_CHOICES = ( PROVINCE_CHOICES = (
('DR', _('Drente')), ('DR', _('Drenthe')),
('FL', _('Flevoland')), ('FL', _('Flevoland')),
('FR', _('Friesland')), ('FR', _('Friesland')),
('GL', _('Gelderland')), ('GL', _('Gelderland')),
Expand Down

0 comments on commit ba937e5

Please sign in to comment.