]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/peopletag.php
Revert "* check usage of 'people' in UI and change it to 'users' or something else...
[quix0rs-gnu-social.git] / actions / peopletag.php
index dbce417df36fb71485b044c323cfe6a29da452d8..6dbbc926161c87b9c31b5b9d9d51d2764965fc9f 100644 (file)
@@ -67,7 +67,7 @@ class PeopletagAction extends Action
         $this->tag = $this->trimmed('tag');
 
         if (!common_valid_profile_tag($this->tag)) {
-            $this->clientError(sprintf(_('Not a valid user tag: %s'),
+            $this->clientError(sprintf(_('Not a valid people tag: %s'),
                 $this->tag));
             return;
         }