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:
authorMartynas Mickevicius <mmartynas@gmail.com>2010-08-15 23:15:12 +0400
committerMartynas Mickevicius <mmartynas@gmail.com>2010-08-15 23:15:12 +0400
commit4d8d81f4e5191a19baa540c68003d99a0f7289b3 (patch)
tree03aa3df61671f5f47a1a57e11c098a77f4d5a331 /tbl_chart.php
parent6c9f949613e766719a2a8bfd3a9919cd102f452a (diff)
added documentation link
Diffstat (limited to 'tbl_chart.php')
-rw-r--r--tbl_chart.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tbl_chart.php b/tbl_chart.php
index abb4fa804f..994f5f9db6 100644
--- a/tbl_chart.php
+++ b/tbl_chart.php
@@ -57,7 +57,7 @@ if (!empty($chart)) {
$message = PMA_Message::success(__('Chart generated successfully.'));
}
else {
- $message = PMA_Message::error(__('The result of this query can\'t be used for a chart.'));
+ $message = PMA_Message::error(__('The result of this query can\'t be used for a chart. See [a@./Documentation.html#faq6_28@Documentation]FAQ 6.28[/a]'));
}
/**