]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/apitimelineuser.php
Fix translator documentation.
[quix0rs-gnu-social.git] / actions / apitimelineuser.php
index 3fe73c691cf7bec1a329de3fa0f48297465d334d..b0681c191a5d9f6949d02843ee48aa5276d9e054 100644 (file)
@@ -213,7 +213,7 @@ class ApiTimelineUserAction 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;
         }