Commit 79f6cce2 authored by Malcolm Tredinnick's avatar Malcolm Tredinnick
Browse files

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
parent 2c338d75
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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')),