]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/apistatusesupdate.php
Merge branch 'master' into 0.9.x
[quix0rs-gnu-social.git] / actions / apistatusesupdate.php
index fa3f611c0a8a59a797691de9087a5211da6be2ee..4715f7002755695d6afecbbab08ef08c85cfe59b 100644 (file)
@@ -195,6 +195,7 @@ class ApiStatusesUpdateAction 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