summaryrefslogtreecommitdiff
path: root/descendancy.php
diff options
context:
space:
mode:
Diffstat (limited to 'descendancy.php')
-rw-r--r--descendancy.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/descendancy.php b/descendancy.php
index 94ab8d3717..1fc6c28461 100644
--- a/descendancy.php
+++ b/descendancy.php
@@ -71,7 +71,7 @@ echo WT_I18N::translate('Box width'), help_link('box_width'), '</td>';
echo '<td class="optionbox"><input type="text" size="3" name="box_width" value="', $controller->box_width, '" />';
echo '<b>%</b></td>';
echo '<td rowspan="2" class="descriptionbox">';
-echo WT_I18N::translate('Layout'), help_link('chart_style');
+echo WT_I18N::translate('Layout');
echo '</td><td rowspan="2" class="optionbox">';
echo '<input type="radio" name="chart_style" value="0"';
if ($controller->chart_style==0) {