Fixed #5318 -- Corrected typo in it_province localflavor. Thanks, francescod.calabrese@tiscali.it

git-svn-id: http://code.djangoproject.com/svn/django/trunk@6033 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Adrian Holovaty 2007-09-02 17:06:26 +00:00
parent 8ae1a78e47
commit a18b744aa6
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ PROVINCE_CHOICES = (
('IM', 'Imperia'),
('IS', 'Isernia'),
('SP', 'La Spezia'),
('AQ', u'LAcquila'),
('AQ', u'LAquila'),
('LT', 'Latina'),
('LE', 'Lecce'),
('LC', 'Lecco'),