diff options
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/GEDFact_assistant/_CENS/census_3_find.php | 2 | ||||
| -rw-r--r-- | modules/GEDFact_assistant/_MEDIA/media_3_find.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/GEDFact_assistant/_CENS/census_3_find.php b/modules/GEDFact_assistant/_CENS/census_3_find.php index 020d01ed54..d15c6eb2f9 100644 --- a/modules/GEDFact_assistant/_CENS/census_3_find.php +++ b/modules/GEDFact_assistant/_CENS/census_3_find.php @@ -526,7 +526,7 @@ if ($action=="filter") { echo "<b>".$indi->getFullName()."</b> "; // Name Link if ($ABBREVIATE_CHART_LABELS) { - $born=i18n::fact_abbreviation('BIRT'); + $born=abbreviate_fact('BIRT'); } else { $born=i18n::translate('BIRT'); } diff --git a/modules/GEDFact_assistant/_MEDIA/media_3_find.php b/modules/GEDFact_assistant/_MEDIA/media_3_find.php index 0bfb64e15c..aa21ca3a88 100644 --- a/modules/GEDFact_assistant/_MEDIA/media_3_find.php +++ b/modules/GEDFact_assistant/_MEDIA/media_3_find.php @@ -449,7 +449,7 @@ if ($action=="filter") { <b>".$indi->getFullName()."</b> "; if ($ABBREVIATE_CHART_LABELS) { - $born=i18n::fact_abbreviation('BIRT'); + $born=abbreviate_fact('BIRT'); } else { $born=i18n::translate('BIRT'); } |
