X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=actions%2Fpeopletag.php;h=6dbbc926161c87b9c31b5b9d9d51d2764965fc9f;hb=cde1f998386a59f2eba65bff37a177d9e7a428f9;hp=dbce417df36fb71485b044c323cfe6a29da452d8;hpb=76b0e6e6f4151235d5032d1aa90f0937b415bd87;p=quix0rs-gnu-social.git diff --git a/actions/peopletag.php b/actions/peopletag.php index dbce417df3..6dbbc92616 100644 --- a/actions/peopletag.php +++ b/actions/peopletag.php @@ -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; }