]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/peopletag.php
Fix for regression introduced with my last update to the
[quix0rs-gnu-social.git] / actions / peopletag.php
index dbce417df36fb71485b044c323cfe6a29da452d8..4ba1dc0f1f71327aba61394b74f4192a3f8171be 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;
         }
@@ -141,7 +141,7 @@ class PeopletagAction extends Action
      */
     function title()
     {
-        return sprintf(_('Users self-tagged with %s - page %d'),
+        return sprintf(_('Users self-tagged with %1$s - page %2$d'),
             $this->tag, $this->page);
     }