From 1c49bffc3c598e9232e0fc192fff68ddbf5e7151 Mon Sep 17 00:00:00 2001 From: moodler Date: Mon, 27 Oct 2003 06:25:56 +0000 Subject: [PATCH] Slight alteration to search option, since not all glossary types are "definitions" ... using "full text" is more generic --- lang/en/glossary.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/en/glossary.php b/lang/en/glossary.php index cb9bb1cfc9..7d0cf64999 100644 --- a/lang/en/glossary.php +++ b/lang/en/glossary.php @@ -72,7 +72,7 @@ $string['nocomments'] = "(No comments found on this entry)"; $string['noentries'] = "No entries found in this section"; $string['noentry'] = "No entry found."; $string['question'] = "Question"; -$string['searchindefinition'] = "Search definitions too"; +$string['searchindefinition'] = "Search full text"; $string['secondaryglossary'] = "Secondary glossary"; $string['showspecial'] = "Show 'Special' link"; $string['showalphabet'] = "Show alphabet"; -- 2.39.5