Skip to content

Commit

Permalink
Fixed django#6916 -- Wrong spelling of Spanish province.
Browse files Browse the repository at this point in the history
  • Loading branch information
aaugustin committed May 17, 2012
1 parent ab268e1 commit 4774875
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django/contrib/localflavor/es/es_provinces.py
Expand Up @@ -2,7 +2,7 @@
from django.utils.translation import ugettext_lazy as _

PROVINCE_CHOICES = (
('01', _('Arava')),
('01', _('Araba')),
('02', _('Albacete')),
('03', _('Alacant')),
('04', _('Almeria')),
Expand Down

0 comments on commit 4774875

Please sign in to comment.