From 06b52324c411684743d4e3bc34dcc087fe105773 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Thu, 16 Nov 2006 01:57:55 +0000 Subject: [PATCH] r1289: Spelling boo boo. "NoTe" not "NoDe". --- docs/changes.txt | 1 + search.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/changes.txt b/docs/changes.txt index 3f9517f..4e356a7 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -14,6 +14,7 @@ - Fixed a SQL error that would occur when editing or deleting comments (http://www.bluestatic.org/bugs/showreport.php?bugid=52) - Allow administrators to set the default time zone which guests view all times and dates in (http://www.bluestatic.org/bugs/showreport.php?bugid=53) - The "[Edit]" and "[Delete]" options for attachments were off by one line (http://www.bluestatic.org/bugs/showreport.php?bugid=56) +- Fixed a spelling error in search.php when there is no search criteria 1.1.3 =============================== diff --git a/search.php b/search.php index 1b9dd82..cc1260f 100644 --- a/search.php +++ b/search.php @@ -243,7 +243,7 @@ if ($_REQUEST['do'] == 'process') // have to search something if (sizeof($querybuild) < 1) { - $message->error(sprintf(_('You have to enter some criteria to search for. Node that words less than %1$d characters are ignored by the search engine (and some other very common words, too).'), SEARCH_WORD_MIN)); + $message->error(sprintf(_('You have to enter some criteria to search for. Note that words less than %1$d characters are ignored by the search engine (and some other very common words, too).'), SEARCH_WORD_MIN)); } // ------------------------------------------------------------------- -- 2.22.5