diff options
| -rw-r--r-- | app/Gedcom.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/Gedcom.php b/app/Gedcom.php index 7e1b978a00..7bff4d2d80 100644 --- a/app/Gedcom.php +++ b/app/Gedcom.php @@ -1545,11 +1545,11 @@ class Gedcom 'INDI:*:ASSO:RELA' => new RelationIsDescriptor(I18N::translate('Relationship')), 'INDI:*:PLAC:_HEB' => new NoteStructure(I18N::translate('Place in Hebrew')), 'INDI:ADDR' => new AddressLine(I18N::translate('Address')), - 'INDI:BIRT:DATE:TIME' => new TimeValue(I18N::translate('Time')), + 'INDI:BIRT:DATE:TIME' => new TimeValue(I18N::translate('Time of birth')), 'INDI:BURI:CEME' => new CustomElement(I18N::translate('Cemetery')), 'INDI:CHAN:_PGVU' => new WebtreesUser(I18N::translate('Author of last change')), 'INDI:COMM' => new CustomElement(I18N::translate('Comment')), - 'INDI:DEAT:DATE:TIME' => new TimeValue(I18N::translate('Time')), + 'INDI:DEAT:DATE:TIME' => new TimeValue(I18N::translate('Time of death')), 'INDI:EMAIL' => new AddressEmail(I18N::translate('Email address')), 'INDI:NAME:_HEB' => new NamePersonal(I18N::translate('Name in Hebrew'), []), 'INDI:_FNRL' => new CustomIndividualEvent(I18N::translate('Funeral')), |
