]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/apiusershow.php
Lots of tiny message changes.
[quix0rs-gnu-social.git] / actions / apiusershow.php
index aa7aec5a414fe39e02c876a1bdf632189ba71ab8..a7fe0dcc1e2cddfa68a6f23038e53e7c7bcc4bc2 100644 (file)
@@ -98,7 +98,7 @@ class ApiUserShowAction extends ApiPrivateAuthAction
         }
 
         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;
         }