Fixed #6916 -- Wrong spelling of Spanish province.

This commit is contained in:
Aymeric Augustin 2012-05-17 22:04:47 +02:00
parent ab268e1848
commit 4774875896
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
from django.utils.translation import ugettext_lazy as _
PROVINCE_CHOICES = (
('01', _('Arava')),
('01', _('Araba')),
('02', _('Albacete')),
('03', _('Alacant')),
('04', _('Almeria')),