From b4d03dc9f579f865b1fd97b0108da9fd176bf8a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Sun, 2 Feb 2014 11:30:39 +0100 Subject: Correct punctuation for sentences MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michal Čihař --- db_qbe.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'db_qbe.php') diff --git a/db_qbe.php b/db_qbe.php index 7fad34d72d..e1ed199d1f 100644 --- a/db_qbe.php +++ b/db_qbe.php @@ -47,7 +47,7 @@ $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); -- cgit v1.2.3