diff --git a/includes/common.inc b/includes/common.inc index 99cdf8de54f0..90f847b0bf0d 100644 --- a/includes/common.inc +++ b/includes/common.inc @@ -365,7 +365,7 @@ function search_item($item, $type) { } else { $output .= " ". $item["title"] ."
"; - $output .= " $type ". ($item["user"] ? " - ". $item["user"] : "") ."". ($item["date"] ? " - ". format_date($item["date"], "small") : "") .""; + $output .= " " . t($type) . ($item["user"] ? " - ". $item["user"] : "") ."". ($item["date"] ? " - ". format_date($item["date"], "small") : "") .""; $output .= "

"; }