fix bad hoverhelp and labels in WeatherData asset

This commit is contained in:
Colin Kuskie 2008-10-28 15:24:17 +00:00
parent 898fcc91d4
commit f4a7c0488e
2 changed files with 5 additions and 4 deletions

View file

@ -49,16 +49,16 @@ sub definition {
fieldType => "text",
tab => "properties",
defaultValue => undef,
hoverHelp => "partnerId help",
label => "partnerId",
hoverHelp => $i18n->get("partnerId help"),
label => $i18n->get("partnerId"),
subtext => '<a href="http://www.weather.com/services/xmloap.html">'.$i18n->get("you need a weather.com key").'</a>',
},
licenseKey => {
fieldType => "text",
tab => "properties",
defaultValue => undef,
hoverHelp => "licenseKey help",
label => "licenseKey",
hoverHelp => $i18n->get("licenseKey help"),
label => $i18n->get("licenseKey"),
},
templateId =>{
fieldType=>"template",