diff options
| author | Łukasz Wilenski <wooc@gazeta.pl> | 2010-05-07 16:06:59 +0000 |
|---|---|---|
| committer | Łukasz Wilenski <wooc@gazeta.pl> | 2010-05-07 16:06:59 +0000 |
| commit | a7c2ab9204fd9d8e0c01647c1812842d761b678f (patch) | |
| tree | eefcc3a0509f09b89c4a2ab084cd28c0267f48cd /includes | |
| parent | 796d8ff5a55a01ad6976d5ba62eb7e781e75647b (diff) | |
| download | webtrees-a7c2ab9204fd9d8e0c01647c1812842d761b678f.tar.gz webtrees-a7c2ab9204fd9d8e0c01647c1812842d761b678f.tar.bz2 webtrees-a7c2ab9204fd9d8e0c01647c1812842d761b678f.zip | |
use translate_fact() function
Diffstat (limited to 'includes')
| -rw-r--r-- | includes/controllers/lifespan_ctrl.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/controllers/lifespan_ctrl.php b/includes/controllers/lifespan_ctrl.php index d9f16b1d6f..db8ce89478 100644 --- a/includes/controllers/lifespan_ctrl.php +++ b/includes/controllers/lifespan_ctrl.php @@ -472,7 +472,7 @@ class LifespanControllerRoot extends BaseController { $fact = $val->getType(); } $place = $val->getPlace(); - $trans = i18n::translate($fact); + $trans = translate_fact($fact); if (isset($eventinformation[$evntwdth])) { $eventinformation[$evntwdth] .= "<br />\n".$trans."<br />\n".strip_tags($date->Display(false, '', NULL, false))." ".$place; } else { |
