diff options
| author | Malcolm Tredinnick <malcolm.tredinnick@gmail.com> | 2008-10-24 04:40:51 +0000 |
|---|---|---|
| committer | Malcolm Tredinnick <malcolm.tredinnick@gmail.com> | 2008-10-24 04:40:51 +0000 |
| commit | f762dcdf65348bd39a5f56eebd4d286ef11e5c55 (patch) | |
| tree | 3420a6dc58915def3ea661ed7ed39755f2896ed9 | |
| parent | 74997f95def1ed655f24bdd526aed1f8912fe646 (diff) | |
[1.0.X] Fixed #9410 -- I did not spell Portuguese correctly 18 months ago.
Fixed now. Thanks, kimus.
Backport of r9247 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9249 bcc190cf-cafb-0310-a4f2-bffc1f526a37
| -rw-r--r-- | django/conf/global_settings.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/django/conf/global_settings.py b/django/conf/global_settings.py index 9085120450..aee079705a 100644 --- a/django/conf/global_settings.py +++ b/django/conf/global_settings.py @@ -76,7 +76,7 @@ LANGUAGES = ( ('nl', gettext_noop('Dutch')), ('no', gettext_noop('Norwegian')), ('pl', gettext_noop('Polish')), - ('pt', gettext_noop('Portugese')), + ('pt', gettext_noop('Portuguese')), ('pt-br', gettext_noop('Brazilian Portuguese')), ('ro', gettext_noop('Romanian')), ('ru', gettext_noop('Russian')), |
