summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorŁukasz Wilenski <wooc@gazeta.pl>2010-05-30 09:04:12 +0000
committerŁukasz Wilenski <wooc@gazeta.pl>2010-05-30 09:04:12 +0000
commitb09e48f6154165a628a391f3c6bde2c3dfb19119 (patch)
treedfd1a03ecdfe604a445eef8f7cf99d04b7021f11 /includes
parentf1db9422e1098fe3c35d9aec33a8953b3a74eb54 (diff)
downloadwebtrees-b09e48f6154165a628a391f3c6bde2c3dfb19119.tar.gz
webtrees-b09e48f6154165a628a391f3c6bde2c3dfb19119.tar.bz2
webtrees-b09e48f6154165a628a391f3c6bde2c3dfb19119.zip
translate fact
Diffstat (limited to 'includes')
-rw-r--r--includes/functions/functions_print_lists.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/functions/functions_print_lists.php b/includes/functions/functions_print_lists.php
index 249b11a9f5..52c2289ff2 100644
--- a/includes/functions/functions_print_lists.php
+++ b/includes/functions/functions_print_lists.php
@@ -1896,7 +1896,7 @@ function print_events_list($startjd, $endjd, $events='BIRT MARR DEAT', $only_liv
foreach($filtered_events as $value) {
$return .= "<a href=\"".encode_url($value['url'])."\" class=\"list_item name2\" dir=\"".$TEXT_DIRECTION."\">".PrintReady($value['name'])."</a>".$value['sex'];
$return .= "<br /><div class=\"indent\">";
- $return .= i18n::translate($value['fact']).' - '.$value['date']->Display(true);
+ $return .= translate_fact($value['fact']).' - '.$value['date']->Display(true);
if ($value['anniv']!=0) $return .= " (" . i18n::translate('%s year anniversary', $value['anniv']).")";
if (!empty($value['plac'])) $return .= " - <a href=\"".encode_url(get_place_url($value['plac']))."\">".$value['plac']."</a>";
$return .= "</div>";