]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/tagother.php
* check usage of 'people' in UI and change it to 'users' or something else in most...
[quix0rs-gnu-social.git] / actions / tagother.php
index c3f43be8ba42fac0b44e20e2dc4a740ab721e5f8..80fa9cc95d083c63c937f8dcacef4451444e2dce 100644 (file)
@@ -190,7 +190,7 @@ class TagotherAction extends Action
             !Subscription::pkeyGet(array('subscriber' => $this->profile->id,
                                          'subscribed' => $user->id)))
         {
-            $this->clientError(_('You can only tag people you are subscribed to or who are subscribed to you.'));
+            $this->clientError(_('You can only tag users you are subscribed to or who are subscribed to you.'));
             return;
         }