diff --git a/django/contrib/localflavor/cz/cz_regions.py b/django/contrib/localflavor/cz/cz_regions.py index 179e1861e2..51827e3bf7 100644 --- a/django/contrib/localflavor/cz/cz_regions.py +++ b/django/contrib/localflavor/cz/cz_regions.py @@ -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')),