summaryrefslogtreecommitdiff
path: root/help_text.php
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@gmail.com>2015-03-12 21:11:58 +0000
committerGreg Roach <fisharebest@gmail.com>2015-03-12 21:11:58 +0000
commite284b8e10038aea71b40a71e3f350f701101e146 (patch)
tree1023e1118a5b6a73b7577dc389b5a9f6a99b5ab3 /help_text.php
parente60709abbeb133b18a35eae50bd1d273cb29a3f0 (diff)
downloadwebtrees-e284b8e10038aea71b40a71e3f350f701101e146.tar.gz
webtrees-e284b8e10038aea71b40a71e3f350f701101e146.tar.bz2
webtrees-e284b8e10038aea71b40a71e3f350f701101e146.zip
Update .PO files
Diffstat (limited to 'help_text.php')
-rw-r--r--help_text.php10
1 files changed, 0 insertions, 10 deletions
diff --git a/help_text.php b/help_text.php
index 2a31d7c282..fe1bda984a 100644
--- a/help_text.php
+++ b/help_text.php
@@ -423,16 +423,6 @@ case 'gedcom_news_archive':
$text = I18N::translate('To reduce the height of the News block, the administrator has hidden some articles. You can reveal these hidden articles by clicking the <b>View archive</b> link.');
break;
-case 'gedcom_news_flag':
- $title = I18N::translate('Limit:');
- $text = I18N::translate('Enter the limiting value here.<br><br>If you have opted to limit the news article display according to age, any article older than the number of days entered here will be hidden from view. If you have opted to limit the news article display by number, only the specified number of recent articles, ordered by age, will be shown. The remaining articles will be hidden from view.<br><br>Zeros entered here will disable the limit, causing all news articles to be shown.');
- break;
-
-case 'gedcom_news_limit':
- $title = I18N::translate('Limit display by:');
- $text = I18N::translate('You can limit the number of news articles displayed, thereby reducing the height of the GEDCOM News block.<br><br>This option determines whether any limits should be applied or whether the limit should be according to the age of the article or according to the number of articles.');
- break;
-
case 'google_chart_surname':
$title = I18N::translate('Surname');
$text = I18N::translate('The number of occurrences of the specified name will be shown on the map. If you leave this field empty, the most common surname will be used.');