]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/apitimelinefavorites.php
Merge branch '1.0.x' into testing
[quix0rs-gnu-social.git] / actions / apitimelinefavorites.php
index 36fc3089f52d968ac6cd5edc9710fd4849133428..2c962b450adfef629296745d7825c7c68e181429 100644 (file)
@@ -178,7 +178,7 @@ class ApiTimelineFavoritesAction extends ApiBareAuthAction
             $this->raw($doc->asString());
             break;
         default:
-            // TRANS: Client error displayed when trying to handle an unknown API method.
+            // TRANS: Client error displayed when coming across a non-supported API method.
             $this->clientError(_('API method not found.'), $code = 404);
             break;
         }