Fixed #10385 -- Fixed a typographical error in the Czech regions list.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@9940 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Malcolm Tredinnick 2009-03-02 00:26:55 +00:00
parent 2c338d7570
commit 79f6cce291
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ from django.utils.translation import ugettext_lazy as _
REGION_CHOICES = (
('PR', _('Prague')),
('CE', _('Cenral Bohemian Region')),
('CE', _('Central Bohemian Region')),
('SO', _('South Bohemian Region')),
('PI', _('Pilsen Region')),
('CA', _('Carlsbad Region')),