]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/apiaccountratelimitstatus.php
Merge branch '0.9.x' into finish-account-api
[quix0rs-gnu-social.git] / actions / apiaccountratelimitstatus.php
index 96179f175b87a582ef60054c83156395461bc7e7..1a5afd552c90d8c1d43b6ecdb0cd257dfd40d356 100644 (file)
@@ -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
             );