]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/apitimelineretweetedtome.php
merge 0.9.x into 1.0.x
[quix0rs-gnu-social.git] / actions / apitimelineretweetedtome.php
index 628dc402474fa9137f540dda30acf436a121ac37..ef943f4f88fc78c9f943338b07e2bc607d1afc8f 100644 (file)
@@ -146,7 +146,7 @@ class ApiTimelineRetweetedToMeAction extends ApiAuthAction
             $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;
         }