summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--includes/common.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/common.inc b/includes/common.inc
index 87e28f961..fb2851a0b 100644
--- a/includes/common.inc
+++ b/includes/common.inc
@@ -347,7 +347,7 @@ function search_data($keys = NULL) {
$output .= "<p><strong>". t("Matching %names ranked in order of relevance:", array("%name" => $name)) ."</strong></p>";
}
else {
- $output .= "<p><strong>". t("Matching ". $name .") .":</strong></p>";
+ $output .= "<p><strong>". t("Matching $names") .":</strong></p>";
}
foreach ($result as $entry) {
$output .= search_item($entry, $name);