]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/apiblockdestroy.php
Add translator hint.
[quix0rs-gnu-social.git] / actions / apiblockdestroy.php
index 7ea201677e677fe2c2e0373153bc9a752db3ef7c..871ce66c731fbe796475298daaf0c9ee144d70a9 100644 (file)
@@ -85,6 +85,7 @@ class ApiBlockDestroyAction 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