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-22 10:14:38 +0300
committerAtul Pratap Singh <atulpratapsingh05@gmail.com>2015-01-22 10:14:38 +0300
commit4bd1c044722d1ad4529f3a09b623c0f9da819701 (patch)
tree2ee0bb15b24bdabc91d674d055dc3a05d652f5d4 /js/messages.php
parent95827f38b3d260295c6a291044ae28c97d114a66 (diff)
Modify message for different containers
Signed-off-by: Atul Pratap Singh <atulpratapsingh05@gmail.com>
Diffstat (limited to 'js/messages.php')
-rw-r--r--js/messages.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/messages.php b/js/messages.php
index 4b41ddf2ee..347e309e4c 100644
--- a/js/messages.php
+++ b/js/messages.php
@@ -476,7 +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'] = __('To search all databases on server, press Enter after a search term');
+$js_messages['strHoverFastFilter'] = __('To filter all %s 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.');