state/city mapping

svn: r6711
This commit is contained in:
Don Allingham
2006-05-18 17:16:03 +00:00
parent c3f8dbb44f
commit b29a2d608e
2 changed files with 3 additions and 2 deletions

View File

@@ -51,8 +51,8 @@ class AddrEmbedList(EmbeddedList):
_column_names = [
(_('Date'), 0, 150),
(_('Street'), 1, 225),
(_('State'), 2, 100),
(_('City'), 3, 100),
(_('City'), 2, 100),
(_('State'), 3, 100),
(_('Country'), 4, 75),
]