diff options
Diffstat (limited to 'help_text.php')
| -rw-r--r-- | help_text.php | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/help_text.php b/help_text.php index 34fb35d83a..8a53675fe1 100644 --- a/help_text.php +++ b/help_text.php @@ -486,11 +486,6 @@ case 'DEFAULT_PEDIGREE_GENERATIONS': $text=WT_I18N::translate('Set the default number of generations to display on descendancy and pedigree charts.'); break; -case 'EXPAND_NOTES': - $title=WT_I18N::translate('Automatically expand notes'); - $text=WT_I18N::translate('This option controls whether or not to automatically display content of a <i>Note</i> record on the Individual page.'); - break; - case 'EXPAND_RELATIVES_EVENTS': $title=WT_I18N::translate('Automatically expand list of events of close relatives'); $text=WT_I18N::translate('This option controls whether or not to automatically expand the <i>Events of close relatives</i> list.'); @@ -521,6 +516,16 @@ case 'FAM_ID_PREFIX': $text=WT_I18N::translate('When a new family record is added online in <b>webtrees</b>, a new ID for that family will be generated automatically. The family ID will have this prefix.'); break; +case 'FORMAT_TEXT': + $title=WT_I18N::translate('Format text and notes'); + $text = + '<p>' . + WT_I18N::translate('To ensure compatibility with other genealogy applications, notes, text, and transcripts should be recorded in simple, unformatted text. However, formatting is often desirable to aid presentation, comprehension, etc.') . + '</p><p>' . + WT_I18N::translate('Markdown is a simple system of formatting, used on websites such as Wikipedia. It uses unobtrusive punctuation characters to create headings and sub-headings, bold and italic text, lists, tables, etc.') . + '</p>'; + break; + case 'FULL_SOURCES': $title=WT_I18N::translate('Use full source citations'); $text=WT_I18N::translate('Source citations can include fields to record the quality of the data (primary, secondary, etc.) and the date the event was recorded in the source. If you don’t use these fields, you can disable them when creating new source citations.'); |
