From: moodler Date: Mon, 27 Oct 2003 06:25:56 +0000 (+0000) Subject: Slight alteration to search option, since not all glossary types X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=1c49bffc3c598e9232e0fc192fff68ddbf5e7151;p=moodle.git Slight alteration to search option, since not all glossary types are "definitions" ... using "full text" is more generic --- 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";