summaryrefslogtreecommitdiff
path: root/actions/tagother.php
diff options
context:
space:
mode:
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;
}