]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/apistatusesretweets.php
Merge branch 'lists_fixes' into 1.0.x
[quix0rs-gnu-social.git] / actions / apistatusesretweets.php
index cc7caee19d6fd51d7ff9c6646fcc6cfcb71401e4..722019683630d7b152074f50b06a14bf46003d82 100644 (file)
@@ -106,7 +106,7 @@ class ApiStatusesRetweetsAction extends ApiAuthAction
             $this->showJsonTimeline($strm);
             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;
         }