summaryrefslogtreecommitdiff
path: root/actions/all.php
diff options
context:
space:
mode:
authorBrion Vibber <brion@pobox.com>2009-11-08 23:22:13 +0100
committerBrion Vibber <brion@pobox.com>2009-11-08 23:22:13 +0100
commita034fb0b82dc586bdec10523100f628a2ecf0fe4 (patch)
tree1a948df8cdab7fab3a1d95d9716dd31488f7fe72 /actions/all.php
parent111f6a775daf9334adb05c9f8e539d682238f4dd (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/all.php')
-rw-r--r--actions/all.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/all.php b/actions/all.php
index b0fd8ee77..61cedce74 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 users, [join a group](%%action.groups%%) or post something yourself.');
+ $message .= _('Try subscribing to more people, [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);
}