]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/apistatusesshow.php
Add/update translator documentation.
[quix0rs-gnu-social.git] / actions / apistatusesshow.php
index de4c4065c1ba9154765c9932132b4f852eabaf40..13cc88c2c73bcc6c53d67ae3e6b4a78c559bf1ca 100644 (file)
@@ -101,7 +101,7 @@ class ApiStatusesShowAction extends ApiPrivateAuthAction
         parent::handle($args);
 
         if (!in_array($this->format, array('xml', 'json', 'atom'))) {
-            // 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.'), 404);
             return;
         }