summaryrefslogtreecommitdiff
path: root/includes/search.inc
diff options
context:
space:
mode:
Diffstat (limited to 'includes/search.inc')
-rw-r--r--includes/search.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/search.inc b/includes/search.inc
index 2fd527a90..f80636665 100644
--- a/includes/search.inc
+++ b/includes/search.inc
@@ -21,7 +21,7 @@ function search_data($keys, $type) {
}
if (!$output) {
- $output .= "<P><SMALL>Your search yielded no results:</P><UL><LI>try using fewer words.</LI><LI>try using more general keywords.</LI><LI>try using different keywords.</LI></UL></SMALL>\n";
+ $output .= t("Your search yielded no results.");
}
return $output;