]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/apifriendshipscreate.php
Lots of tiny message changes.
[quix0rs-gnu-social.git] / actions / apifriendshipscreate.php
index a824e734bf89bcdefaac2d644a8aadf3bbb647e2..1de2cc32e0ba906362e8f5832fa9497910649d5d 100644 (file)
@@ -97,7 +97,7 @@ class ApiFriendshipsCreateAction extends ApiAuthAction
 
         if (!in_array($this->format, array('xml', 'json'))) {
             $this->clientError(
-                _('API method not found!'),
+                _('API method not found.'),
                 404,
                 $this->format
             );