diff --git a/lib/WebGUI/Help/Asset_MatrixListing.pm b/lib/WebGUI/Help/Asset_MatrixListing.pm index b4a444292..7c181b970 100644 --- a/lib/WebGUI/Help/Asset_MatrixListing.pm +++ b/lib/WebGUI/Help/Asset_MatrixListing.pm @@ -23,7 +23,9 @@ our $HELP = { { 'name' => 'productName' }, { 'name' => 'productUrl' }, { 'name' => 'productUrl_click' }, - { 'name' => 'manufacturerName' }, + { 'name' => 'manufacturerName', + description => 'manufacturerName description' + }, { 'name' => 'manufacturerUrl' }, { 'name' => 'manufacturerUrl_click' }, { 'name' => 'version' }, diff --git a/lib/WebGUI/i18n/English/Asset_Matrix.pm b/lib/WebGUI/i18n/English/Asset_Matrix.pm index c300c28f8..6dc867452 100644 --- a/lib/WebGUI/i18n/English/Asset_Matrix.pm +++ b/lib/WebGUI/i18n/English/Asset_Matrix.pm @@ -749,6 +749,12 @@ selectBox.

| lastUpdated => 0, message => q|Hide/show stickied|, }, + + 'matrix asset template variables title' => { + lastUpdated => 0, + message => q|Matrix Asset Template Variables|, + }, + }; 1;