diff options
Diffstat (limited to 'modules/GEDFact_assistant/_CENS/census_3_find.php')
| -rw-r--r-- | modules/GEDFact_assistant/_CENS/census_3_find.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/GEDFact_assistant/_CENS/census_3_find.php b/modules/GEDFact_assistant/_CENS/census_3_find.php index d15c6eb2f9..e5f31d7d38 100644 --- a/modules/GEDFact_assistant/_CENS/census_3_find.php +++ b/modules/GEDFact_assistant/_CENS/census_3_find.php @@ -528,7 +528,7 @@ if ($action=="filter") { if ($ABBREVIATE_CHART_LABELS) { $born=abbreviate_fact('BIRT'); } else { - $born=i18n::translate('BIRT'); + $born=translate_fact('BIRT'); } echo "</span><br><span class=\"list_item\">", $born, " ", $indi->getbirthyear(), " ", $indi->getbirthplace(), "</span>"; |
