diff options
Diffstat (limited to 'includes/api/ApiDisabled.php')
-rw-r--r-- | includes/api/ApiDisabled.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/api/ApiDisabled.php b/includes/api/ApiDisabled.php index e5ef3b7e..6ea5d202 100644 --- a/includes/api/ApiDisabled.php +++ b/includes/api/ApiDisabled.php @@ -53,7 +53,7 @@ class ApiDisabled extends ApiBase { } public function getDescription() { - return 'This module has been disabled'; + return 'This module has been disabled.'; } public function getExamples() { |