diff options
Diffstat (limited to 'actions/apifriendshipscreate.php')
-rw-r--r-- | actions/apifriendshipscreate.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/apifriendshipscreate.php b/actions/apifriendshipscreate.php index a824e734b..1de2cc32e 100644 --- a/actions/apifriendshipscreate.php +++ b/actions/apifriendshipscreate.php @@ -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 ); |