X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=actions%2Ftagother.php;h=c3f43be8ba42fac0b44e20e2dc4a740ab721e5f8;hb=f60a55d9ec08019c7e1a9b60bc5d34fad61fb088;hp=80fa9cc95d083c63c937f8dcacef4451444e2dce;hpb=81b4a381d9ddc71ed8a53c074ea10910882d3156;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; }