]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/apiusershow.php
make search results privacy-aware
[quix0rs-gnu-social.git] / actions / apiusershow.php
index fbd4d605988604e03c23e9505165aca8d19e1874..ab1bfb9c9c7b7e7fa9d95f4242acd865f820ca07 100644 (file)
@@ -96,7 +96,7 @@ class ApiUserShowAction extends ApiPrivateAuthAction
         }
 
         if (!in_array($this->format, array('xml', 'json'))) {
-            // 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);
             return;
         }