summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRussell Keith-Magee <russell@keith-magee.com>2010-08-06 02:10:45 +0000
committerRussell Keith-Magee <russell@keith-magee.com>2010-08-06 02:10:45 +0000
commit75ac6c26daa2d8f4b840fe839e749bc08c01970a (patch)
tree1e011291e73b39f0f14f063e01305a90d95f314d
parentaa4061dbc0552e3ccce75558b38c2644a4956b1b (diff)
Fixed #14064 -- Corrected spelling of Argentinian. There are arguments that it can be spelled both ways (and arguments that the right phrase is Argentine), but we're going with the OED on this one.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13492 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-rw-r--r--django/conf/global_settings.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/django/conf/global_settings.py b/django/conf/global_settings.py
index 4dc65b8cf4..6033297e5c 100644
--- a/django/conf/global_settings.py
+++ b/django/conf/global_settings.py
@@ -54,7 +54,7 @@ LANGUAGES = (
('en', gettext_noop('English')),
('en-gb', gettext_noop('British English')),
('es', gettext_noop('Spanish')),
- ('es-ar', gettext_noop('Argentinean Spanish')),
+ ('es-ar', gettext_noop('Argentinian Spanish')),
('et', gettext_noop('Estonian')),
('eu', gettext_noop('Basque')),
('fa', gettext_noop('Persian')),