diff options
| author | fisharebest <fisharebest@gmail.com> | 2011-11-22 17:32:19 +0000 |
|---|---|---|
| committer | fisharebest <fisharebest@gmail.com> | 2011-11-22 17:32:19 +0000 |
| commit | 5bddaf5154e543653990adffe834bc23747a0ad8 (patch) | |
| tree | 4b99fc17b6335a0f84b0467567275b2f4ddc1c14 /fanchart.php | |
| parent | bf6193a021a07eac008ae9baab95da8f89584c26 (diff) | |
| download | webtrees-5bddaf5154e543653990adffe834bc23747a0ad8.tar.gz webtrees-5bddaf5154e543653990adffe834bc23747a0ad8.tar.bz2 webtrees-5bddaf5154e543653990adffe834bc23747a0ad8.zip | |
The help text for "Generations" on the charts does not say anything useful. Remove it.
Diffstat (limited to 'fanchart.php')
| -rw-r--r-- | fanchart.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fanchart.php b/fanchart.php index ccc7d0d526..457f2262d7 100644 --- a/fanchart.php +++ b/fanchart.php @@ -439,7 +439,7 @@ echo '</tr><tr>'; // NOTE: generations echo '<td class="descriptionbox">'; -echo WT_I18N::translate('Generations'), help_link('PEDIGREE_GENERATIONS'); +echo WT_I18N::translate('Generations'); echo '</td><td class="optionbox">'; echo '<select name="PEDIGREE_GENERATIONS">'; // Can only show 9 generations (256 ancestors) as graphics library has integer degree resolution |
