]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/apiblockcreate.php
use inboxnoticestream in RSS 1.0
[quix0rs-gnu-social.git] / actions / apiblockcreate.php
index a9f31e791b87ff7732e58614bbbe76d269d4f0f2..766d91bd41d8fe9ed63c75da3caa40b2a8d4b17a 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;
         }