Skip to content

Commit

Permalink
Fixed #10385 -- Fixed a typographical error in the Czech regions list.
Browse files Browse the repository at this point in the history
git-svn-id: http://code.djangoproject.com/svn/django/trunk@9940 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
malcolmt committed Mar 2, 2009
1 parent 2c338d7 commit 79f6cce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django/contrib/localflavor/cz/cz_regions.py
Expand Up @@ -6,7 +6,7 @@

REGION_CHOICES = (
('PR', _('Prague')),
('CE', _('Cenral Bohemian Region')),
('CE', _('Central Bohemian Region')),
('SO', _('South Bohemian Region')),
('PI', _('Pilsen Region')),
('CA', _('Carlsbad Region')),
Expand Down

0 comments on commit 79f6cce

Please sign in to comment.