X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Fapiaccountratelimitstatus.php;h=1a5afd552c90d8c1d43b6ecdb0cd257dfd40d356;hb=f8b187d5a4ac5eab1f025d61e30d5244cef6123d;hp=96179f175b87a582ef60054c83156395461bc7e7;hpb=7ae10c27b0725a7108b63a788affd4d07e37afdc;p=quix0rs-gnu-social.git diff --git a/actions/apiaccountratelimitstatus.php b/actions/apiaccountratelimitstatus.php index 96179f175b..1a5afd552c 100644 --- a/actions/apiaccountratelimitstatus.php +++ b/actions/apiaccountratelimitstatus.php @@ -67,7 +67,7 @@ class ApiAccountRateLimitStatusAction extends ApiBareAuthAction if (!in_array($this->format, array('xml', 'json'))) { $this->clientError( - _('API method not found!'), + _('API method not found.'), 404, $this->format );