diff --git a/lib/WebGUI/Help/Asset_Search.pm b/lib/WebGUI/Help/Asset_Search.pm index b71027571..aacd58ecb 100644 --- a/lib/WebGUI/Help/Asset_Search.pm +++ b/lib/WebGUI/Help/Asset_Search.pm @@ -92,6 +92,9 @@ our $HELP = { { 'name' => 'synopsis', }, + { + 'name' => 'assetId', + }, ], }, { diff --git a/lib/WebGUI/i18n/English/Asset_Search.pm b/lib/WebGUI/i18n/English/Asset_Search.pm index 8323cce70..0243074eb 100644 --- a/lib/WebGUI/i18n/English/Asset_Search.pm +++ b/lib/WebGUI/i18n/English/Asset_Search.pm @@ -131,6 +131,10 @@ be useful, others may not.|, message => q|The synopsis of the Asset found in the search.|, lastUpdated => 1169843465, }, + 'assetId' => { + message => q|The assetId of the Asset found in the search.|, + lastUpdated => 1169843465, + }, 'results_found' => { message => q|A conditional variable that will be true if any results were found.|,