]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/apitimelinehome.php
use inboxnoticestream in RSS 1.0
[quix0rs-gnu-social.git] / actions / apitimelinehome.php
index 023c9698a1d9fbf45910793e4edf1cb18b8a1896..96642cbfab6b476cb95c494eacef882c990e6ff9 100644 (file)
@@ -177,7 +177,7 @@ class ApiTimelineHomeAction 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;
         }