From 0400beba05f07426e78900ecaa84216c2bed65bd Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Tue, 28 Feb 2006 17:26:04 +0000 Subject: [PATCH] fix broken labels --- lib/WebGUI/i18n/English/Asset_MultiSearch.pm | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/lib/WebGUI/i18n/English/Asset_MultiSearch.pm b/lib/WebGUI/i18n/English/Asset_MultiSearch.pm index c80bfb67e..4963e2c9d 100644 --- a/lib/WebGUI/i18n/English/Asset_MultiSearch.pm +++ b/lib/WebGUI/i18n/English/Asset_MultiSearch.pm @@ -7,7 +7,7 @@ our $I18N = { lastUpdated => 1133619940, }, - 'MultiSearch Template' => { + 'MultiSearch Template description' => { message => q|Select a template to display the multiple search engine form to the user.|, lastUpdated => 1140587435, }, @@ -32,7 +32,7 @@ our $I18N = { lastUpdated => 1133619940, }, - 'multi search template body' => { + 'multisearch template body' => { message => q|

The MultiSearch template has all the template variables used by Wobjects, as well as these:

search
@@ -51,6 +51,16 @@ Submit button with internationalized label for "Submit". lastUpdated => 1133619940, }, + 'for' => { + message => q|For|, + lastUpdated => 1141147361, + }, + + 'search' => { + message => q|Search|, + lastUpdated => 1141147361, + }, + }; 1;