Fixed #6383 -- Fixed a typo in the Irish counties list. Thanks, Jamie Quint.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7055 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
cc7c6f3e46
commit
e715ead55f
|
@ -55,7 +55,7 @@ NORTHERN_IRELAND_REGION_CHOICES = (
|
|||
("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")),
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue