diff options
author | Siebrand Mazeland <s.mazeland@xs4all.nl> | 2009-11-08 22:26:13 +0100 |
---|---|---|
committer | Siebrand Mazeland <s.mazeland@xs4all.nl> | 2009-11-08 22:26:13 +0100 |
commit | 81b4a381d9ddc71ed8a53c074ea10910882d3156 (patch) | |
tree | 6870abcd4d832a3cc1a42ee08c553f85c82ee8cc /actions/noticesearch.php | |
parent | 2a8b6c49a165aa437d9e99b996d433531fa4d195 (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/noticesearch.php')
-rw-r--r-- | actions/noticesearch.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/noticesearch.php b/actions/noticesearch.php index 79cf572cc..fe86c8cd3 100644 --- a/actions/noticesearch.php +++ b/actions/noticesearch.php @@ -44,7 +44,7 @@ require_once INSTALLDIR.'/lib/searchaction.php'; * @author Robin Millette <millette@status.net> * @license http://www.fsf.org/licensing/licenses/agpl.html AGPLv3 * @link http://status.net/ - * @todo common parent for people and content search? + * @todo common parent for user and content search? */ class NoticesearchAction extends SearchAction { |