]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/apifavoritecreate.php
Add translator hint.
[quix0rs-gnu-social.git] / actions / apifavoritecreate.php
index 0447a92ba2613f04f60acc997dcfcc19b21e10ec..15da010138f1cc7387b71a39def4f49782beee39 100644 (file)
@@ -88,6 +88,7 @@ class ApiFavoriteCreateAction 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