]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/tagother.php
i18n for "Search" button text
[quix0rs-gnu-social.git] / actions / tagother.php
index 80fa9cc95d083c63c937f8dcacef4451444e2dce..c3f43be8ba42fac0b44e20e2dc4a740ab721e5f8 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 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;
         }