diff --git a/lib/WebGUI/Help/Asset_MapPoint.pm b/lib/WebGUI/Help/Asset_MapPoint.pm index 68ceb7bea..3084f8e3a 100644 --- a/lib/WebGUI/Help/Asset_MapPoint.pm +++ b/lib/WebGUI/Help/Asset_MapPoint.pm @@ -19,7 +19,7 @@ our $HELP = { { name => 'form_title', }, { name => 'form_synopsis', }, { name => 'form_storageIdPhoto', }, - { name => 'currrentPhoto', }, + { name => 'currentPhoto', }, { name => 'form_website', }, { name => 'form_address1', }, { name => 'form_address2', }, diff --git a/lib/WebGUI/i18n/English/Asset_MapPoint.pm b/lib/WebGUI/i18n/English/Asset_MapPoint.pm index 8427e1cba..ec54fd990 100644 --- a/lib/WebGUI/i18n/English/Asset_MapPoint.pm +++ b/lib/WebGUI/i18n/English/Asset_MapPoint.pm @@ -326,6 +326,24 @@ our $I18N = { context => "template variable help", }, + 'map point asset template variables' => { + message => "Map Point Asset Template Variables", + lastUpdated => 0, + context => "template variable help", + }, + + 'latitude' => { + message => "The latitude of the MapPoint", + lastUpdated => 0, + context => "template variable help", + }, + + 'longitude' => { + message => "The longitude of the MapPoint", + lastUpdated => 0, + context => "template variable help", + }, + }; 1;