]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/apifavoritecreate.php
Merge branch '1.0.x' into testing
[quix0rs-gnu-social.git] / actions / apifavoritecreate.php
index b2f6266ebfb9154bb0c1862f3c63154424729edb..b890d4af6974be37597af01b7015341cf82edf71 100644 (file)
@@ -94,7 +94,7 @@ class ApiFavoriteCreateAction 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