X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Fapiusershow.php;h=ab1bfb9c9c7b7e7fa9d95f4242acd865f820ca07;hb=4331b8b4f12f7c55afbe80fe828d77da6eaf9b84;hp=fbd4d605988604e03c23e9505165aca8d19e1874;hpb=693fecc44a70e25d5ef0ca784a462aadb487ef1e;p=quix0rs-gnu-social.git diff --git a/actions/apiusershow.php b/actions/apiusershow.php index fbd4d60598..ab1bfb9c9c 100644 --- a/actions/apiusershow.php +++ b/actions/apiusershow.php @@ -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; }