]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/apiaccountupdateprofile.php
Add translator hint.
[quix0rs-gnu-social.git] / actions / apiaccountupdateprofile.php
index 9b371ea95764e1f829e7c9bce1eba8cffcb3859a..92d0f6b77141279a6c1b4bbad439b3e54a5858fe 100644 (file)
@@ -86,6 +86,7 @@ class ApiAccountUpdateProfileAction 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
             );