From 3558d73ac05208441d9ffdd1cc45b5442ad261f3 Mon Sep 17 00:00:00 2001 From: fisharebest Date: Wed, 14 Apr 2010 21:03:59 +0000 Subject: I18n: Abbreviated fact labels for birth/marriage/death on chart boxes --- modules/GEDFact_assistant/_CENS/census_3_find.php | 2 +- modules/GEDFact_assistant/_MEDIA/media_3_find.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'modules') 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 "".$indi->getFullName()."   "; // 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") { ".$indi->getFullName()."   "; if ($ABBREVIATE_CHART_LABELS) { - $born=i18n::fact_abbreviation('BIRT'); + $born=abbreviate_fact('BIRT'); } else { $born=i18n::translate('BIRT'); } -- cgit v1.3