summaryrefslogtreecommitdiff
path: root/actions/tagother.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/tagother.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/tagother.php')
-rw-r--r--actions/tagother.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/tagother.php b/actions/tagother.php
index 80fa9cc95..c3f43be8b 100644
--- a/actions/tagother.php
+++ b/actions/tagother.php
@@ -190,7 +190,7 @@ class TagotherAction extends Action
!Subscription::pkeyGet(array('subscriber' => $this->profile->id,
'subscribed' => $user->id)))
{
- $this->clientError(_('You can only tag users you are subscribed to or who are subscribed to you.'));
+ $this->clientError(_('You can only tag people you are subscribed to or who are subscribed to you.'));
return;
}