]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/apiaccountupdateprofilebackgroundimage.php
Add translator hint.
[quix0rs-gnu-social.git] / actions / apiaccountupdateprofilebackgroundimage.php
index 3537b9f9793354087c6cf11e9a8bb616dc7ece7d..923fb1d114f0ba1d4b22dcd8fdbb926393825e7c 100644 (file)
@@ -83,6 +83,7 @@ class ApiAccountUpdateProfileBackgroundImageAction 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
             );