]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/apiblockcreate.php
Add translator hint.
[quix0rs-gnu-social.git] / actions / apiblockcreate.php
index b355cd1c7e7e3ed0b6b9dc44abe6d65f6400820a..53844cd2f299e3ec233a4e47da6884301015083d 100644 (file)
@@ -86,6 +86,7 @@ class ApiBlockCreateAction extends ApiAuthAction
 
         if ($_SERVER['REQUEST_METHOD'] != 'POST') {
             $this->clientError(
+                // TRANS: Client error. POST is a HTTP command. It should not be translated.
                 _('This method requires a POST.'),
                 400,
                 $this->format