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:
authorHerman van Rink <rink@initfour.nl>2010-08-19 13:03:58 +0400
committerHerman van Rink <rink@initfour.nl>2010-08-25 19:16:18 +0400
commite141acf5c6bec609cfcd72c9ac131942d59f8d2e (patch)
treea300d25a74edbce01184ee6d837eb7fb03ecb042 /tbl_chart.php
parente076ec85e174038c7ffe17f701342e52f4413afe (diff)
Changed text to tooltip, and elaborated.
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 bd565125f3..0e9ed40492 100644
--- a/tbl_chart.php
+++ b/tbl_chart.php
@@ -153,7 +153,7 @@ $url_params['reload'] = 1;
<tr><td><label for="continuous"><?php echo __("Continuous image"); ?></label></td>
<td>
<input type="checkbox" name="chartSettings[continuous]" id="continuous" <?php echo ($chartSettings['continuous'] == 'on' ? 'checked="checked"' : ''); ?>>
- <i><?php echo _('(May not work on IE8)'); ?></i>
+ <?php echo PMA_showHint(PMA_sanitize(__('For compatibility reasons the chart image is segmented by default, select this to draw the whole chart in one image.'))) ?>
</td>
</tr>