]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/apigroupcreate.php
Add translator hint.
[quix0rs-gnu-social.git] / actions / apigroupcreate.php
index d216c15cd4f4be0e6a17c0f9a5083f925756e840..fa443573d66927f7cf4795d5ea0f8da8eab580af 100644 (file)
@@ -102,6 +102,7 @@ class ApiGroupCreateAction 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