summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRussell Keith-Magee <russell@keith-magee.com>2010-08-06 02:13:41 +0000
committerRussell Keith-Magee <russell@keith-magee.com>2010-08-06 02:13:41 +0000
commit5bd352a96669a921541188685f5184d81a712dfe (patch)
treebad97f55428978c26899713f69ace86d44d15fb6
parent6d76cae2bc7640ded4e9431af269eec6d97d84a5 (diff)
[1.2.X] 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.
Backport of r13492 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@13494 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')),