]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/action.php
Revert "* check usage of 'people' in UI and change it to 'users' or something else...
[quix0rs-gnu-social.git] / lib / action.php
index 34b17063a9713263f6517c5eadbd0a11a49b507b..80f398fbd77e25b8736af0a5c7cb33cae06cb5fd 100644 (file)
@@ -456,7 +456,7 @@ class Action extends HTMLOutputter // lawsuit
                             _('Help'), _('Help me!'), false, 'nav_help');
             if ($user || !common_config('site', 'private')) {
                 $this->menuItem(common_local_url('peoplesearch'),
-                                _('Search'), _('Search for users or text'), false, 'nav_search');
+                                _('Search'), _('Search for people or text'), false, 'nav_search');
             }
             Event::handle('EndPrimaryNav', array($this));
         }