[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
This commit is contained in:
Malcolm Tredinnick 2008-10-24 04:40:51 +00:00
parent 74997f95de
commit f762dcdf65
1 changed files with 1 additions and 1 deletions

View File

@ -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')),