summaryrefslogtreecommitdiff
path: root/ancestry.php
diff options
context:
space:
mode:
authorfisharebest <fisharebest@gmail.com>2012-01-05 16:09:44 +0000
committerfisharebest <fisharebest@gmail.com>2012-01-05 16:09:44 +0000
commit70b319332a7869091c311a580d2f618d6315a70b (patch)
treedb347c9ff9a7a58efd1f8ebbd1a8f4cd757116d7 /ancestry.php
parent136b6567fda0897e26be47a4cc14dd4983697d28 (diff)
downloadwebtrees-70b319332a7869091c311a580d2f618d6315a70b.tar.gz
webtrees-70b319332a7869091c311a580d2f618d6315a70b.tar.bz2
webtrees-70b319332a7869091c311a580d2f618d6315a70b.zip
Help text for "box width" is (a) incorrect and (b) not very helpful.
Diffstat (limited to 'ancestry.php')
-rw-r--r--ancestry.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/ancestry.php b/ancestry.php
index cfae9c3254..52944a18a1 100644
--- a/ancestry.php
+++ b/ancestry.php
@@ -72,7 +72,7 @@ echo WT_JS_START, 'var pastefield; function paste_id(value) {pastefield.value=va
</td>
<!-- // NOTE: Box width -->
-<td class="descriptionbox"><?php echo WT_I18N::translate('Box width'), help_link('box_width'); ?></td>
+<td class="descriptionbox"><?php echo WT_I18N::translate('Box width'); ?></td>
<td class="optionbox"><input type="text" size="3" name="box_width" value="<?php echo htmlspecialchars($box_width); ?>"> <b>%</b>
</td>