summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--django/contrib/localflavor/es/es_provinces.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/django/contrib/localflavor/es/es_provinces.py b/django/contrib/localflavor/es/es_provinces.py
index 9f5e12680b..51f681f4fc 100644
--- a/django/contrib/localflavor/es/es_provinces.py
+++ b/django/contrib/localflavor/es/es_provinces.py
@@ -2,7 +2,7 @@
from django.utils.translation import ugettext_lazy as _
PROVINCE_CHOICES = (
- ('01', _('Arava')),
+ ('01', _('Araba')),
('02', _('Albacete')),
('03', _('Alacant')),
('04', _('Almeria')),