From 1e029c5c939267a603e9d5d18b6bab3d1fa30a49 Mon Sep 17 00:00:00 2001 From: Diona Kidd Date: Tue, 30 Dec 2008 23:35:36 +0000 Subject: [PATCH] Adding informational text for search results --- lib/WebGUI/i18n/English/Asset_Search.pm | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/lib/WebGUI/i18n/English/Asset_Search.pm b/lib/WebGUI/i18n/English/Asset_Search.pm index cd44cf44e..5e41f94f1 100644 --- a/lib/WebGUI/i18n/English/Asset_Search.pm +++ b/lib/WebGUI/i18n/English/Asset_Search.pm @@ -144,6 +144,21 @@ our $I18N = { ##hashref of hashes lastUpdated => 1170549116, }, + 'resultsFeedback' => { + message => q|Search results for|, + lastUpdated => 1230678996, + }, + + 'page' => { + message => q|Page|, + lastUpdated => 1230678996, + }, + + 'of' => { + message => q|of|, + lastUpdated => 1230678996, + }, + 'no results' => { message => q|No results were found.|, lastUpdated => 1170549113,