Commit 47748758 authored by Aymeric Augustin's avatar Aymeric Augustin
Browse files

Fixed #6916 -- Wrong spelling of Spanish province.

parent ab268e18
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
from django.utils.translation import ugettext_lazy as _

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