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 /ancestry.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 'ancestry.php')
| -rw-r--r-- | ancestry.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ancestry.php b/ancestry.php index 95a561de28..1b1ad9ae33 100644 --- a/ancestry.php +++ b/ancestry.php @@ -132,7 +132,7 @@ echo ' />', WT_I18N::translate('Families'); <!-- // NOTE: generations --> <tr><td class="descriptionbox"> <?php -echo WT_I18N::translate('Generations'), help_link('PEDIGREE_GENERATIONS'); ?></td> +echo WT_I18N::translate('Generations'); ?></td> <td class="optionbox"> <select name="PEDIGREE_GENERATIONS"> |
