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-07-28 13:26:40 +0400
committerMartynas Mickevicius <mmartynas@gmail.com>2010-07-28 13:26:40 +0400
commitc6ce98be18ae87c655721ef4559fbb42d3afdce2 (patch)
tree7d2a0e81d083099b80f73f3acb065f7c5ca1cd8f /tbl_chart.php
parent34ec78abb5e222fc2fcf7bee31fd7cd73e0b7366 (diff)
moved setting defaults to the correct place.
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 ef2ff1d3ed..b33c0c8bcd 100644
--- a/tbl_chart.php
+++ b/tbl_chart.php
@@ -165,7 +165,7 @@ $url_params['reload'] = 1;
<?php if ($chartSettings['type'] == 'radar') { ?>
<tr><td colspan="2">
<p>
- <?php echo _('When drawing a radar chart all values are normalized to a range [0..10].'); ?>
+ <?php echo __('When drawing a radar chart all values are normalized to a range [0..10].'); ?>
</p>
</td></tr>
<?php } ?>