]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/apiaccountupdateprofileimage.php
Add translator hint.
[quix0rs-gnu-social.git] / actions / apiaccountupdateprofileimage.php
index 153ef7818ee03a9f09cc74bb4b790b8392e516bb..7f868a6eb3253ff1cc5baea8d8ece35e2988a666 100644 (file)
@@ -81,6 +81,7 @@ class ApiAccountUpdateProfileImageAction 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
             );