diff --git a/lib/WebGUI/i18n/English/Asset_Search.pm b/lib/WebGUI/i18n/English/Asset_Search.pm index b703b428f..e26f399bb 100644 --- a/lib/WebGUI/i18n/English/Asset_Search.pm +++ b/lib/WebGUI/i18n/English/Asset_Search.pm @@ -161,10 +161,16 @@ our $I18N = { ##hashref of hashes 'no results' => { message => q|No results were found.|, - content => q|An internationalized label for telling the user that no results were found.|, + context => q|An internationalized label for telling the user that no results were found.|, lastUpdated => 1170549113, }, + 'no_results' => { + message => q|An internationalized label for telling the user that no results were found.|, + context => q|Template variable in the view method.|, + lastUpdated => 1236101532, + }, + }; 1;