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;