1
0
mirror of https://github.com/django/django.git synced 2025-04-01 03:56:42 +00:00

Fixed -- 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

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