diff options
| author | fisharebest <fisharebest@gmail.com> | 2010-04-14 21:03:59 +0000 |
|---|---|---|
| committer | fisharebest <fisharebest@gmail.com> | 2010-04-14 21:03:59 +0000 |
| commit | 3558d73ac05208441d9ffdd1cc45b5442ad261f3 (patch) | |
| tree | 1d71fc32a226537d71c17acffdebd2f573340894 /modules | |
| parent | 997ff73384aec328ac6e60dfaa8a0f7f5f11f70d (diff) | |
| download | webtrees-3558d73ac05208441d9ffdd1cc45b5442ad261f3.tar.gz webtrees-3558d73ac05208441d9ffdd1cc45b5442ad261f3.tar.bz2 webtrees-3558d73ac05208441d9ffdd1cc45b5442ad261f3.zip | |
I18n: Abbreviated fact labels for birth/marriage/death on chart boxes
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'); } |
