From 9517f08a96e4561e642b832a29bd00f013139a2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Thu, 10 Feb 2011 10:33:47 +0100 Subject: [PATCH] Make this sentence --- sql.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sql.php b/sql.php index fd6ca678c..e31e30c43 100644 --- a/sql.php +++ b/sql.php @@ -124,7 +124,7 @@ if (empty($sql_query) && strlen($table) && strlen($db)) { 'label'); if (! empty($book_sql_query)) { - $GLOBALS['using_bookmark_message'] = PMA_message::notice(__('Using bookmark "%s" as default browse query')); + $GLOBALS['using_bookmark_message'] = PMA_message::notice(__('Using bookmark "%s" as default browse query.')); $GLOBALS['using_bookmark_message']->addParam($table); $sql_query = $book_sql_query; } else {