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/all.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/all.php')
-rw-r--r-- | actions/all.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/all.php b/actions/all.php index 61cedce74..b0fd8ee77 100644 --- a/actions/all.php +++ b/actions/all.php @@ -129,7 +129,7 @@ class AllAction extends ProfileAction if (common_logged_in()) { $current_user = common_current_user(); if ($this->user->id === $current_user->id) { - $message .= _('Try subscribing to more people, [join a group](%%action.groups%%) or post something yourself.'); + $message .= _('Try subscribing to more users, [join a group](%%action.groups%%) or post something yourself.'); } else { $message .= sprintf(_('You can try to [nudge %s](../%s) from his profile or [post something to his or her attention](%%%%action.newnotice%%%%?status_textarea=%s).'), $this->user->nickname, $this->user->nickname, '@' . $this->user->nickname); } |