X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Fopensearch.php;h=861b53d7d83176a21b776c30718b58e8fe43a7ea;hb=d840578aa0ad6284f57591aae87f87865905db3c;hp=8ebb5fc82495503f380cbef89f4b94c4861a54b5;hpb=104a47e4a2903f1c7ea73363a73cee12f0cf14ac;p=quix0rs-gnu-social.git diff --git a/actions/opensearch.php b/actions/opensearch.php index 8ebb5fc824..861b53d7d8 100644 --- a/actions/opensearch.php +++ b/actions/opensearch.php @@ -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');