]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/apisubscriptions.php
Lots of tiny message changes.
[quix0rs-gnu-social.git] / actions / apisubscriptions.php
index 2c691bb84cf746296f699465fe171f8c94744718..0ba324057e753d84cd22463d13f51584f5de60e9 100644 (file)
@@ -108,7 +108,7 @@ class ApiSubscriptionsAction extends ApiBareAuthAction
         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;
         }