summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorfisharebest <fisharebest@gmail.com>2010-04-14 21:03:59 +0000
committerfisharebest <fisharebest@gmail.com>2010-04-14 21:03:59 +0000
commit3558d73ac05208441d9ffdd1cc45b5442ad261f3 (patch)
tree1d71fc32a226537d71c17acffdebd2f573340894 /modules
parent997ff73384aec328ac6e60dfaa8a0f7f5f11f70d (diff)
downloadwebtrees-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.php2
-rw-r--r--modules/GEDFact_assistant/_MEDIA/media_3_find.php2
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>&nbsp;&nbsp;&nbsp;"; // 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>&nbsp;&nbsp;&nbsp;";
if ($ABBREVIATE_CHART_LABELS) {
- $born=i18n::fact_abbreviation('BIRT');
+ $born=abbreviate_fact('BIRT');
} else {
$born=i18n::translate('BIRT');
}