better instructions

darcs-hash:20080709223910-84dde-dc2e01e3fddb335b84cbee1e4979eb07b978988f.gz
This commit is contained in:
Evan Prodromou 2008-07-09 18:39:10 -04:00
parent f09382f9a4
commit ecac2ebf4e
1 changed files with 2 additions and 1 deletions

View File

@ -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) {