From c1f9b1f7b1b77776192048005dcc66dcf3df2bfb Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Sat, 27 Dec 2014 15:41:37 +0100 Subject: Update to MediaWiki 1.24.1 --- includes/api/ApiDisabled.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes/api/ApiDisabled.php') 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() { -- cgit v1.2.3-54-g00ecf