diff --git a/lib/WebGUI/Asset/Template.pm b/lib/WebGUI/Asset/Template.pm index a4d661204..f10db7568 100644 --- a/lib/WebGUI/Asset/Template.pm +++ b/lib/WebGUI/Asset/Template.pm @@ -156,6 +156,7 @@ sub getEditForm { -options=>\%parsers, -value=>$value, -label=>$i18n->get('parser'), + -label=>$i18n->get('parser description'), ); } return $tabform; diff --git a/lib/WebGUI/i18n/English/Asset_Template.pm b/lib/WebGUI/i18n/English/Asset_Template.pm index f7e9f292f..0b68cfa03 100644 --- a/lib/WebGUI/i18n/English/Asset_Template.pm +++ b/lib/WebGUI/i18n/English/Asset_Template.pm @@ -80,6 +80,17 @@ Give this template a descriptive name so that you'll know what it is when you're lastUpdated => 1119979645, }, + 'parser' => { + message => q|Template Type|, + lastUpdated => 1119979645, + }, + + 'parser description' => { + message => q|If your configuration file lists multiple template engines, then select which type of template this is so that WebGUI can send it to the correct one. +

|, + lastUpdated => 1119979645, + }, + '685' => { message => q|Template, Delete|, lastUpdated => 1038791020