summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMalcolm Tredinnick <malcolm.tredinnick@gmail.com>2008-02-03 01:17:59 +0000
committerMalcolm Tredinnick <malcolm.tredinnick@gmail.com>2008-02-03 01:17:59 +0000
commite715ead55f4eb05a8cffe525f67f2a5a034f7217 (patch)
treefbef1cedf5bf02d4ae86a7be595a9109bb701bee
parentcc7c6f3e46777c8d57a857eefb40a58c31556fc6 (diff)
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
-rw-r--r--django/contrib/localflavor/uk/uk_regions.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/django/contrib/localflavor/uk/uk_regions.py b/django/contrib/localflavor/uk/uk_regions.py
index 3e2c16ef5d..61d0812488 100644
--- a/django/contrib/localflavor/uk/uk_regions.py
+++ b/django/contrib/localflavor/uk/uk_regions.py
@@ -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")),
)