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 /lib | |
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 'lib')
-rw-r--r-- | lib/action.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/action.php b/lib/action.php index 1b2f73752..776549854 100644 --- a/lib/action.php +++ b/lib/action.php @@ -456,7 +456,7 @@ class Action extends HTMLOutputter // lawsuit _('Help'), _('Help me!'), false, 'nav_help'); if ($user || !common_config('site', 'private')) { $this->menuItem(common_local_url('peoplesearch'), - _('Search'), _('Search for people or text'), false, 'nav_search'); + _('Search'), _('Search for users or text'), false, 'nav_search'); } Event::handle('EndPrimaryNav', array($this)); } |