summaryrefslogtreecommitdiff
path: root/actions/opensearch.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@status.net>2009-11-08 17:06:41 -0500
committerEvan Prodromou <evan@status.net>2009-11-08 17:06:41 -0500
commit111f6a775daf9334adb05c9f8e539d682238f4dd (patch)
treece98d1968560538272e53a79ef4551b194eb1ab8 /actions/opensearch.php
parentb7e2e3fd2b7e36f75c810a599334c2ca8abcca55 (diff)
parentda444f8a15043f326aa9a629ba5f0b25bc35b1e5 (diff)
Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x
Diffstat (limited to 'actions/opensearch.php')
-rw-r--r--actions/opensearch.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/opensearch.php b/actions/opensearch.php
index 861b53d7d..8ebb5fc82 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 = _('People Search');
+ $short_name = _('User Search');
} else {
$type = 'noticesearch';
$short_name = _('Notice Search');