moved setting defaults to the correct place.

This commit is contained in:
Martynas Mickevicius
2010-07-28 12:26:40 +03:00
parent 34ec78abb5
commit c6ce98be18
3 changed files with 5 additions and 11 deletions

View File

@@ -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 } ?>