summaryrefslogtreecommitdiff
path: root/actions/peoplesearch.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/peoplesearch.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/peoplesearch.php')
-rw-r--r--actions/peoplesearch.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/peoplesearch.php b/actions/peoplesearch.php
index 38135ecbd..63a5c88f3 100644
--- a/actions/peoplesearch.php
+++ b/actions/peoplesearch.php
@@ -49,7 +49,7 @@ class PeoplesearchAction extends SearchAction
{
function getInstructions()
{
- return _('Search for people on %%site.name%% by their name, location, or interests. ' .
+ return _('Search for users on %%site.name%% by their name, location, or interests. ' .
'Separate the terms by spaces; they must be 3 characters or more.');
}