]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
better instructions
authorEvan Prodromou <evan@prodromou.name>
Wed, 9 Jul 2008 22:39:10 +0000 (18:39 -0400)
committerEvan Prodromou <evan@prodromou.name>
Wed, 9 Jul 2008 22:39:10 +0000 (18:39 -0400)
darcs-hash:20080709223910-84dde-dc2e01e3fddb335b84cbee1e4979eb07b978988f.gz

actions/peoplesearch.php

index 2688e47084fc98b130754f234bee3180bb8c231b..574de3f3d19db1d6e0c7c5b087c384e057bf3ca6 100644 (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) {