]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/apigroupjoin.php
Add translator hint.
[quix0rs-gnu-social.git] / actions / apigroupjoin.php
index 5265ec629ed85a2e205cb5ad5d35571640491071..a0c069974ba12bdbbf77d6640f9ddc08184a842b 100644 (file)
@@ -89,6 +89,7 @@ class ApiGroupJoinAction 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