diff options
| author | Greg Roach <fisharebest@gmail.com> | 2016-06-17 15:21:37 +0100 |
|---|---|---|
| committer | Greg Roach <fisharebest@gmail.com> | 2016-06-18 15:04:58 +0100 |
| commit | 2a277e58332d8b4d6cf0f49c3fcba6704ef09f17 (patch) | |
| tree | fc308267685bad2f1956adbda363ce0266e8086d /help_text.php | |
| parent | a99e8d901a58fb191f743a65fc00908536f4f154 (diff) | |
| download | webtrees-2a277e58332d8b4d6cf0f49c3fcba6704ef09f17.tar.gz webtrees-2a277e58332d8b4d6cf0f49c3fcba6704ef09f17.tar.bz2 webtrees-2a277e58332d8b4d6cf0f49c3fcba6704ef09f17.zip | |
Fix #909 - not all user-interfaces use 'click'
Diffstat (limited to 'help_text.php')
| -rw-r--r-- | help_text.php | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/help_text.php b/help_text.php index 0a4c5b3dca..902312654c 100644 --- a/help_text.php +++ b/help_text.php @@ -293,11 +293,6 @@ case 'edit_SOUR_EVEN': $text = I18N::translate('Each source records specific events, generally for a given date range and for a place jurisdiction. For example a Census records census events and church records record birth, marriage, and death events.<br><br>Select the events that are recorded by this source from the list of events provided. The date should be specified in a range format such as <i>FROM 1900 TO 1910</i>. The place jurisdiction is the name of the lowest jurisdiction that encompasses all lower-level places named in this source. For example, “Oneida, Idaho, USA” would be used as a source jurisdiction place for events occurring in the various towns within Oneida County. “Idaho, USA” would be the source jurisdiction place if the events recorded took place not only in Oneida County but also in other counties in Idaho.'); break; -case 'gedcom_news_archive': - $title = I18N::translate('View the 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 the archive</b> link.'); - 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.'); |
