diff options
author | Brion Vibber <brion@pobox.com> | 2009-11-08 23:22:13 +0100 |
---|---|---|
committer | Brion Vibber <brion@pobox.com> | 2009-11-08 23:22:13 +0100 |
commit | a034fb0b82dc586bdec10523100f628a2ecf0fe4 (patch) | |
tree | 1a948df8cdab7fab3a1d95d9716dd31488f7fe72 /actions/opensearch.php | |
parent | 111f6a775daf9334adb05c9f8e539d682238f4dd (diff) |
Revert "* check usage of 'people' in UI and change it to 'users' or something else in most places"
This reverts commit 81b4a381d9ddc71ed8a53c074ea10910882d3156.
IMO "user" is a bit impersonal and we shouldn't go changing the tone of the UI willy-nilly when we're updating localisations.
Diffstat (limited to 'actions/opensearch.php')
-rw-r--r-- | actions/opensearch.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/opensearch.php b/actions/opensearch.php index 8ebb5fc82..861b53d7d 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'); |