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>2016-12-21 19:05:23 +0300
committerMichal Čihař <michal@cihar.com>2016-12-21 19:05:45 +0300
commitaea2a28974632820810ac059dd223a6d3a8a7162 (patch)
tree6a4f2b622322e764bfcf7ce01e3405cf3461c37a /view_create.php
parent700ad1ee8886513444a7ec0713efd161b7a4d924 (diff)
Make the string look like an error message
Signed-off-by: Michal Čihař <michal@cihar.com>
Diffstat (limited to 'view_create.php')
-rw-r--r--view_create.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/view_create.php b/view_create.php
index a4eda2c1c4..8fca46c9af 100644
--- a/view_create.php
+++ b/view_create.php
@@ -45,7 +45,7 @@ if (empty($sql_query)) {
if (isset($_REQUEST['view']['name'])
&& empty($_REQUEST['view']['name'])
) {
- $message = PMA\libraries\Message::error(__('View name can not be empty'));
+ $message = PMA\libraries\Message::error(__('View name can not be empty!'));
$response->addJSON(
'message',
$message