summaryrefslogtreecommitdiff
path: root/actions/opensearch.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@status.net>2009-11-08 21:41:43 -0500
committerEvan Prodromou <evan@status.net>2009-11-08 21:41:43 -0500
commit691beefd0f3755bab195279b1c0d7cc583942b72 (patch)
tree8c2e51f14d45759e57639ae90e999c192dcd0a17 /actions/opensearch.php
parent76b0e6e6f4151235d5032d1aa90f0937b415bd87 (diff)
parentaa0d9a86152d2485de6de5ec572ae87085ebe780 (diff)
Merge branch '0.9.x' into adminpanel
Diffstat (limited to 'actions/opensearch.php')
-rw-r--r--actions/opensearch.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/actions/opensearch.php b/actions/opensearch.php
index 8ebb5fc82..b205d2fe2 100644
--- a/actions/opensearch.php
+++ b/actions/opensearch.php
@@ -52,7 +52,7 @@ class OpensearchAction extends Action
*
* @param array $args query arguments
*
- * @return boolean false if user doesn't exist
+ * @return boolean false if user does not exist
*/
function handle($args)
{
@@ -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');