X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Fpeopletag.php;h=7287cfbf995aa0bf08d29df44cde7627ff59f87b;hb=41dfea163460bb216483e8e12fff7a8afefbb4fb;hp=32652f75518f1a34ba548e574ccc062bfe88c5a5;hpb=f4ad0acd8450a322d4a5d54b7e8e4baee75de3e5;p=quix0rs-gnu-social.git diff --git a/actions/peopletag.php b/actions/peopletag.php index 32652f7551..7287cfbf99 100644 --- a/actions/peopletag.php +++ b/actions/peopletag.php @@ -65,7 +65,7 @@ class PeopletagAction extends Action $this->tag = $this->trimmed('tag'); if (!common_valid_profile_tag($this->tag)) { - $this->clientError(sprintf(_('Not a valid people tag: %s'), + $this->clientError(sprintf(_('Not a valid people tag: %s.'), $this->tag)); return; }