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 /descendancy.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 'descendancy.php')
| -rw-r--r-- | descendancy.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/descendancy.php b/descendancy.php index f31a3f6963..db99042462 100644 --- a/descendancy.php +++ b/descendancy.php @@ -97,7 +97,7 @@ echo '</td><td rowspan="2" class="topbottombar">'; echo '<input type="submit" value="', WT_I18N::translate('View'), '" />'; echo '</td></tr>'; echo '<tr><td class="descriptionbox">'; -echo WT_I18N::translate('Generations'), help_link('desc_generations'), '</td>'; +echo WT_I18N::translate('Generations'), '</td>'; echo '<td class="optionbox"><select name="generations">'; for ($i=2; $i<=$MAX_DESCENDANCY_GENERATIONS; $i++) { echo '<option value="', $i, '"'; |
