]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/apiblockcreate.php
Merge branch '0.9.x'
[quix0rs-gnu-social.git] / actions / apiblockcreate.php
index a9f31e791b87ff7732e58614bbbe76d269d4f0f2..6942a53bb875444864e95d345635d56575f7acf6 100644 (file)
@@ -92,6 +92,7 @@ class ApiBlockCreateAction extends ApiAuthAction
         }
 
         if (empty($this->user) || empty($this->other)) {
+                 // TRANS: Client error displayed when trying to block a non-existing user or a user from another site.
             $this->clientError(_('No such user.'), 404, $this->format);
             return;
         }