summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2003-12-29 17:42:43 +0000
committerDries Buytaert <dries@buytaert.net>2003-12-29 17:42:43 +0000
commit0fc11d5719760c819b66c96e5739f590ab3942bb (patch)
tree6a89b82b838d94665c30c1f91a8c84c3d36be64f /includes
parent80f34e5ab0c7b08e409fad2c6d148fa933423ce3 (diff)
downloadbrdo-0fc11d5719760c819b66c96e5739f590ab3942bb.tar.gz
brdo-0fc11d5719760c819b66c96e5739f590ab3942bb.tar.bz2
- Fixed typo introduced by the <b> -> <strong> patches. This might need a better
fix.
Diffstat (limited to 'includes')
-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);