From: garvinhicking Date: Sun, 11 Mar 2007 13:34:15 +0000 (+0000) Subject: Add missing constant X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=16643822131d7af90502257bae461bf25e415b40;p=s9y.git Add missing constant --- diff --git a/plugins/serendipity_event_livesearch/lang_en.inc.php b/plugins/serendipity_event_livesearch/lang_en.inc.php index 0f85380..b70b5ea 100644 --- a/plugins/serendipity_event_livesearch/lang_en.inc.php +++ b/plugins/serendipity_event_livesearch/lang_en.inc.php @@ -9,5 +9,5 @@ @define('PLUGIN_EVENT_LIVESEARCH_NAME', 'Livesearch'); @define('PLUGIN_EVENT_LIVESEARCH_DESC', 'Enhances the internal search function by adding live-updates on keypress (JavaScript)'); @define('PLUGIN_EVENT_LIVESEARCH_WAIT', 'Wait, sending request...'); - +@define('PLUGIN_EVENT_LIVESEARCH_NOTFOUND', 'No entries match your query'); ?>