summaryrefslogtreecommitdiff
path: root/actions/opensearch.php
diff options
context:
space:
mode:
authorSiebrand Mazeland <s.mazeland@xs4all.nl>2009-11-08 22:26:13 +0100
committerSiebrand Mazeland <s.mazeland@xs4all.nl>2009-11-08 22:26:13 +0100
commit81b4a381d9ddc71ed8a53c074ea10910882d3156 (patch)
tree6870abcd4d832a3cc1a42ee08c553f85c82ee8cc /actions/opensearch.php
parent2a8b6c49a165aa437d9e99b996d433531fa4d195 (diff)
* check usage of 'people' in UI and change it to 'users' or something else in most places
* change some contractions to full text in UI messages
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 d5e6698f3..b2186f0e9 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');