From 71d7e4cb08cdad5677d60c59e2d8da3ae9fd7f1e Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Tue, 3 Mar 2009 17:25:23 +0000 Subject: [PATCH] Fix a missing help entry in the i18n for the Search. --- lib/WebGUI/i18n/English/Asset_Search.pm | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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;