]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/peopletag.php
Fix inconsistencies in clientError() messages
[quix0rs-gnu-social.git] / actions / peopletag.php
index 456cc21c4c149446b5f16ac3d3d57a39816fae00..5473bc1bdfe855e6971d34bb3a7706cda21e3e45 100644 (file)
@@ -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;
         }