]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/apistatusesretweet.php
A little more cleanup...
[quix0rs-gnu-social.git] / actions / apistatusesretweet.php
index 9aa33748544ec5c978453701aacba6265dd20a85..aae98f63786c6d5d5f64dd84845a796d9db1836a 100644 (file)
@@ -62,6 +62,7 @@ class ApiStatusesRetweetAction extends ApiAuthAction
         parent::prepare($args);
 
         if ($_SERVER['REQUEST_METHOD'] != 'POST') {
+            // TRANS: Client error. POST is a HTTP command. It should not be translated.
             $this->clientError(_('This method requires a POST.'),
                                400, $this->format);
             return false;