X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Ftagother.php;h=c3f43be8ba42fac0b44e20e2dc4a740ab721e5f8;hb=df6796763d344bfa403264be9a6dc911aff9fed9;hp=80fa9cc95d083c63c937f8dcacef4451444e2dce;hpb=76b0e6e6f4151235d5032d1aa90f0937b415bd87;p=quix0rs-gnu-social.git diff --git a/actions/tagother.php b/actions/tagother.php index 80fa9cc95d..c3f43be8ba 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; }