From 81b4a381d9ddc71ed8a53c074ea10910882d3156 Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Sun, 8 Nov 2009 22:26:13 +0100 Subject: * 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 --- actions/opensearch.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actions/opensearch.php') 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'); -- cgit v1.2.3-54-g00ecf