summaryrefslogtreecommitdiff
path: root/actions/apiaccountupdateprofilecolors.php
diff options
context:
space:
mode:
Diffstat (limited to 'actions/apiaccountupdateprofilecolors.php')
-rw-r--r--actions/apiaccountupdateprofilecolors.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/actions/apiaccountupdateprofilecolors.php b/actions/apiaccountupdateprofilecolors.php
index c666f9d75..9e07d80de 100644
--- a/actions/apiaccountupdateprofilecolors.php
+++ b/actions/apiaccountupdateprofilecolors.php
@@ -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
);