]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/apiaccountupdatedeliverydevice.php
Add translator hint.
[quix0rs-gnu-social.git] / actions / apiaccountupdatedeliverydevice.php
index 295378aa679ffd238a3f7bb28fa11f68bb462063..2d903cb46087fe51bee5f0afac8d59849e4ac256 100644 (file)
@@ -83,6 +83,7 @@ class ApiAccountUpdateDeliveryDeviceAction extends ApiAuthAction
 
         if ($_SERVER['REQUEST_METHOD'] != 'POST') {
             $this->clientError(
+                // TRANS: Client error message. POST is a HTTP command. It should not be translated.
                 _('This method requires a POST.'),
                 400, $this->format
             );