]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/apifriendshipsdestroy.php
Merge branch 'master' into testing
[quix0rs-gnu-social.git] / actions / apifriendshipsdestroy.php
index a5dff08bab5759cdc8748a942f678e6378636c9c..1534aa799f482119b9c16908dd215191b40392ac 100644 (file)
@@ -95,7 +95,7 @@ class ApiFriendshipsDestroyAction extends ApiAuthAction
 
         if (!in_array($this->format, array('xml', 'json'))) {
             $this->clientError(
-                // TRANS: Client error displayed when trying to handle an unknown API method.
+                // TRANS: Client error displayed when coming across a non-supported API method.
                 _('API method not found.'),
                 404,
                 $this->format