]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/apifriendshipsshow.php
Lots of tiny message changes.
[quix0rs-gnu-social.git] / actions / apifriendshipsshow.php
index 8fc436738862662daaa9853bfcecea5e97cee40f..73ecc9249a1d437c43aa5f74cefe6ed46f865294 100644 (file)
@@ -126,7 +126,7 @@ class ApiFriendshipsShowAction extends ApiBareAuthAction
         parent::handle($args);
 
         if (!in_array($this->format, array('xml', 'json'))) {
-            $this->clientError(_('API method not found!'), 404);
+            $this->clientError(_('API method not found.'), 404);
             return;
         }