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