]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/apigroupleave.php
Add translator hint.
[quix0rs-gnu-social.git] / actions / apigroupleave.php
index 8c100d58a83e9bd50db8f68329c35aac139ed436..c838f6c878b5a4cf16d13293b5ffa9058a28cbc5 100644 (file)
@@ -89,6 +89,7 @@ class ApiGroupLeaveAction 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