diff options
| author | fisharebest <fisharebest@gmail.com> | 2012-01-05 16:09:44 +0000 |
|---|---|---|
| committer | fisharebest <fisharebest@gmail.com> | 2012-01-05 16:09:44 +0000 |
| commit | 70b319332a7869091c311a580d2f618d6315a70b (patch) | |
| tree | db347c9ff9a7a58efd1f8ebbd1a8f4cd757116d7 /ancestry.php | |
| parent | 136b6567fda0897e26be47a4cc14dd4983697d28 (diff) | |
| download | webtrees-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.php | 2 |
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> |
