]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/apistatusesshow.php
Lots of tiny message changes.
[quix0rs-gnu-social.git] / actions / apistatusesshow.php
index e26c009c44520beb4aa0494dc38d18824790beab..0315d2953eac7604acdd161c9533b22c2df4504b 100644 (file)
@@ -105,7 +105,7 @@ class ApiStatusesShowAction extends ApiPrivateAuthAction
         parent::handle($args);
 
         if (!in_array($this->format, array('xml', 'json'))) {
-            $this->clientError(_('API method not found!'), $code = 404);
+            $this->clientError(_('API method not found.'), $code = 404);
             return;
         }