diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-07-09 18:39:10 -0400 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-07-09 18:39:10 -0400 |
commit | ecac2ebf4efcc8b98230151df97abb425f618591 (patch) | |
tree | 192e03d0d9da689e04c3d678edafd0618047a5bc /actions/peoplesearch.php | |
parent | f09382f9a49fb8b0c9b3e16eb9e21e4f1bfa1648 (diff) |
better instructions
darcs-hash:20080709223910-84dde-dc2e01e3fddb335b84cbee1e4979eb07b978988f.gz
Diffstat (limited to 'actions/peoplesearch.php')
-rw-r--r-- | actions/peoplesearch.php | 3 |
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) { |