]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/apiaccountupdateprofilecolors.php
Add translator hint.
[quix0rs-gnu-social.git] / actions / apiaccountupdateprofilecolors.php
index c666f9d7592e6deea13a1d49b07ce70316e7c793..9e07d80de375b1660d22fb334aedc78c9b625e6f 100644 (file)
@@ -107,6 +107,7 @@ class ApiAccountUpdateProfileColorsAction 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
             );