]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/apifriendshipsshow.php
Merge branch 'master' into testing
[quix0rs-gnu-social.git] / actions / apifriendshipsshow.php
index 6b069c4fcfe09f7107e4bf01174950c47a6f0080..1eaca49f0e9a5449f692c17dc4eec43e0217d1ad 100644 (file)
@@ -120,7 +120,7 @@ class ApiFriendshipsShowAction extends ApiBareAuthAction
         parent::handle($args);
 
         if (!in_array($this->format, array('xml', 'json'))) {
-            // TRANS: Client error displayed trying to execute an unknown API method showing friendship.
+            // TRANS: Client error displayed when coming across a non-supported API method.
             $this->clientError(_('API method not found.'), 404);
             return;
         }