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:
authorHugues Peccatte <hugues.peccatte@gmail.com>2014-03-03 23:38:50 +0400
committerHugues Peccatte <hugues.peccatte@gmail.com>2014-03-03 23:38:50 +0400
commite39b6c5c74c1d2a114c26f85a5497be31d1e212b (patch)
tree5e3191b88775fc87a3d6e97525ae1d053c180791 /db_qbe.php
parent4c3b3f4879655497fb786db2979e92e534e24c5b (diff)
Rename 'Search' as 'Search bookmark'.
Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
Diffstat (limited to 'db_qbe.php')
-rw-r--r--db_qbe.php7
1 files changed, 4 insertions, 3 deletions
diff --git a/db_qbe.php b/db_qbe.php
index fb991b78b2..d2cebe443b 100644
--- a/db_qbe.php
+++ b/db_qbe.php
@@ -92,7 +92,8 @@ $url_params['goto'] = 'db_qbe.php';
require 'libraries/db_info.inc.php';
if ($message_to_display) {
- PMA_Message::error(__('You have to choose at least one column to display!'))->display();
+ PMA_Message::error(__('You have to choose at least one column to display!'))
+ ->display();
}
unset($message_to_display);
@@ -123,8 +124,8 @@ if ($displayUpdateSearchHint) {
$response->addHTML(
PMA_Message::notice(
__(
- 'After saving or loading a search, you can rename it and save the '
- . 'new criteria.'
+ 'After saving or loading a search bookmark, you can rename it and '
+ . 'save the new criteria.'
)
)
);