]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/apifriendshipscreate.php
Add translator hint.
[quix0rs-gnu-social.git] / actions / apifriendshipscreate.php
index a7ec5b28a44452996e666d60c36ce72075fc400b..64c857c70c2c4a97dfe3a5e8f666a33d2291480f 100644 (file)
@@ -88,6 +88,7 @@ class ApiFriendshipsCreateAction 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