diff --git a/mod/search.php b/mod/search.php
index 67702ac09..d1bd5d631 100644
--- a/mod/search.php
+++ b/mod/search.php
@@ -177,9 +177,9 @@ function search_content(&$a) {
if($tag)
- $o .= '
Items tagged with: ' . $search . '
';
+ $o .= '' . t('Items tagged with: ') . $search . '
';
else
- $o .= 'Search results for: ' . $search . '
';
+ $o .= '' . t('Search results for: ') . $search . '
';
logger("Start Conversation for '".$search."'", LOGGER_DEBUG);
$o .= conversation($a,$r,'search',false);