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 21:11:28 +0300
committerAtul Pratap Singh <atulpratapsingh05@gmail.com>2015-01-21 21:11:28 +0300
commita2c3b39cec88c31c5f8e3cf946722560f184e763 (patch)
treeef78d5dd21a461d382067f03f426126fab3b83a2 /js/messages.php
parent86eb4c456855bb1663af60418d09f3e348b705d2 (diff)
Better message for enter search on fast filter
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 d1284124e1..72b4dbed66 100644
--- a/js/messages.php
+++ b/js/messages.php
@@ -471,6 +471,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'] = __('To search all databases on server, press Enter after a search term');
/* microhistory */
$js_messages['strInvalidPage'] = __('The requested page was not found in the history, it may have expired.');