Skip to content

Commit

Permalink
Fixed #6383 -- Fixed a typo in the Irish counties list. Thanks, Jamie…
Browse files Browse the repository at this point in the history
… Quint.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@7055 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
malcolmt committed Feb 3, 2008
1 parent cc7c6f3 commit e715ead
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django/contrib/localflavor/uk/uk_regions.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
("County Antrim", _("County Antrim")),
("County Armagh", _("County Armagh")),
("County Down", _("County Down")),
("County Fermanagh", _("County Down")),
("County Fermanagh", _("County Fermanagh")),
("County Londonderry", _("County Londonderry")),
("County Tyrone", _("County Tyrone")),
)
Expand Down

0 comments on commit e715ead

Please sign in to comment.