Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAtul Pratap Singh <atulpratapsingh05@gmail.com>2015-01-21 20:52:12 +0300
committerAtul Pratap Singh <atulpratapsingh05@gmail.com>2015-01-21 20:52:12 +0300
commite1a9e02fc00b0e2a8a197e476c34ea43a3f900b1 (patch)
tree3f7f5e39b90690c01dc9eca776ac5a5a6450bcb8 /js/messages.php
parentd6d11159b6b62c366f3f2f26f64b8b82e8a06666 (diff)
Fast filter improvement: remove 'x other results found' and replace with Enter search
Signed-off-by: Atul Pratap Singh <atulpratapsingh05@gmail.com>
Diffstat (limited to 'js/messages.php')
-rw-r--r--js/messages.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/js/messages.php b/js/messages.php
index 36ef711d19..67021317e5 100644
--- a/js/messages.php
+++ b/js/messages.php
@@ -476,6 +476,7 @@ $js_messages['strHidePanel'] = __('Hide Panel');
$js_messages['strUnhideNavItem'] = __('Show hidden navigation tree items.');
$js_messages['linkWithMain'] = __('Link with main panel');
$js_messages['unlinkWithMain'] = __('Unlink from main panel');
+$js_messages['strHoverFastFilter'] = __('Press enter after a search term, to make a search on server');
/* microhistory */
$js_messages['strInvalidPage'] = __('The requested page was not found in the history, it may have expired.');