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:
authorDhananjay Nakrani <dhananjaynakrani@gmail.com>2014-06-03 21:20:57 +0400
committerDhananjay Nakrani <dhananjaynakrani@gmail.com>2014-06-16 10:20:53 +0400
commitd4bddddd93e22274b49d2ea1e0687af32dfc0225 (patch)
tree0d292defc3618f749c5d7fedff54672d281fbf47 /error_report.php
parented564f4d6324e404e0e67a1964bc6f1376ddd2bd (diff)
Improve Error Message.
Signed-off-by: Dhananjay Nakrani <dhananjaynakrani@gmail.com>
Diffstat (limited to 'error_report.php')
-rw-r--r--error_report.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/error_report.php b/error_report.php
index ec7161a7d0..c5c05c02ff 100644
--- a/error_report.php
+++ b/error_report.php
@@ -92,6 +92,7 @@ if (isset($_REQUEST['exception_type'])
if($success) {
$errSubmitMsg = PMA_Message::error(
__('Thank You for subitting error report!!')
+ . '<br/>'
. __('Report has been succesfully submitted.')
);
} else {