]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/opensearch.php
Revert "* check usage of 'people' in UI and change it to 'users' or something else...
[quix0rs-gnu-social.git] / actions / opensearch.php
index 8ebb5fc82495503f380cbef89f4b94c4861a54b5..861b53d7d83176a21b776c30718b58e8fe43a7ea 100644 (file)
@@ -61,7 +61,7 @@ class OpensearchAction extends Action
         $short_name = '';
         if ($type == 'people') {
             $type       = 'peoplesearch';
-            $short_name = _('User Search');
+            $short_name = _('People Search');
         } else {
             $type       = 'noticesearch';
             $short_name = _('Notice Search');