summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--actions/peoplesearch.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/actions/peoplesearch.php b/actions/peoplesearch.php
index 2688e4708..574de3f3d 100644
--- a/actions/peoplesearch.php
+++ b/actions/peoplesearch.php
@@ -31,7 +31,8 @@ class PeoplesearchAction extends Action {
}
function get_instructions() {
- return _t('Search for people on %%site.name%% by their name, location, or interests.');
+ return _t('Search for people on %%site.name%% by their name, location, or interests. ' .
+ 'Separate the terms by spaces; they must be 3 characters or more.');
}
function show_top($error=NULL) {