mirror of https://github.com/django/django.git
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:
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')),
|
||||||
|
|
Loading…
Reference in New Issue