Change name of MapPoint property from state to region to avoid conflict with asset state. Add template i18n. Fixes bugs 11531, 11532

This commit is contained in:
Colin Kuskie 2010-04-20 16:59:31 -07:00
parent 0b6e78f6d9
commit 112db57dd1
5 changed files with 15 additions and 1 deletions

View file

@ -99,7 +99,7 @@ sub definition {
label => $i18n->get("city label"),
hoverHelp => $i18n->get("city description"),
},
state => {
region => {
tab => "properties",
fieldType => "text",
label => $i18n->get("state label"),