]> git.mjollnir.org Git - s9y.git/commitdiff
Add missing constant
authorgarvinhicking <garvinhicking>
Sun, 11 Mar 2007 13:34:15 +0000 (13:34 +0000)
committergarvinhicking <garvinhicking>
Sun, 11 Mar 2007 13:34:15 +0000 (13:34 +0000)
plugins/serendipity_event_livesearch/lang_en.inc.php

index 0f8538059a2989f013d0dea9fefb2f0f7c430635..b70b5eaf36f58ee943fe9325d1ec8a3ec8ed97ed 100644 (file)
@@ -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');
 ?>