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:
authorMichal Čihař <michal@cihar.com>2014-02-02 14:30:39 +0400
committerMichal Čihař <michal@cihar.com>2014-02-02 14:30:39 +0400
commitb4d03dc9f579f865b1fd97b0108da9fd176bf8a4 (patch)
tree091bde23f89be07f1b5ce34219a8501478433a7f /db_qbe.php
parentce6d0d496bf8962ac459e5bbc18145706fdad5ff (diff)
Correct punctuation for sentences
Signed-off-by: Michal Čihař <michal@cihar.com>
Diffstat (limited to 'db_qbe.php')
-rw-r--r--db_qbe.php2
1 files changed, 1 insertions, 1 deletions
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);