summaryrefslogtreecommitdiff
path: root/actions/apihelptest.php
diff options
context:
space:
mode:
Diffstat (limited to 'actions/apihelptest.php')
-rw-r--r--actions/apihelptest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/apihelptest.php b/actions/apihelptest.php
index f2c459e6f..7b4017531 100644
--- a/actions/apihelptest.php
+++ b/actions/apihelptest.php
@@ -85,7 +85,7 @@ class ApiHelpTestAction extends ApiPrivateAuthAction
$this->endDocument('json');
} else {
$this->clientError(
- _('API method not found!'),
+ _('API method not found.'),
404,
$this->format
);