summaryrefslogtreecommitdiff
path: root/help_text.php
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@gmail.com>2015-01-29 21:14:49 +0000
committerGreg Roach <fisharebest@gmail.com>2015-01-29 23:24:05 +0000
commitf2773a88f0e615dd3ec1dcdf8c1a564755862fac (patch)
treed60bf81221da5991857714b0ce7eff33f04de21c /help_text.php
parent160e71ee714644df4b473ce2fa2175750babfe3c (diff)
downloadwebtrees-f2773a88f0e615dd3ec1dcdf8c1a564755862fac.tar.gz
webtrees-f2773a88f0e615dd3ec1dcdf8c1a564755862fac.tar.bz2
webtrees-f2773a88f0e615dd3ec1dcdf8c1a564755862fac.zip
English text
Diffstat (limited to 'help_text.php')
-rw-r--r--help_text.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/help_text.php b/help_text.php
index 5fc5e3fe52..f35c95867b 100644
--- a/help_text.php
+++ b/help_text.php
@@ -489,11 +489,6 @@ case 'block_move_up':
$text = WT_I18N::translate('Use these buttons to re-arrange the order of the entries within the list. The blocks will be printed in the order in which they are listed.<br><br>Highlight the entry to be moved, and then click a button to move that entry up or down.');
break;
-case 'default_gedcom':
- $title = WT_I18N::translate('Default family tree');
- $text = WT_I18N::translate('This option selects the family tree that is shown to visitors when they first arrive at the site.');
- break;
-
case 'download_gedcom':
$title = WT_I18N::translate('Download family tree');
$text = WT_I18N::translate('This option will download the family tree to a GEDCOM file on your computer.');