aboutsummaryrefslogtreecommitdiffstats
path: root/includes/api/ApiQueryDisabled.php
diff options
context:
space:
mode:
authoraddshore <addshorewiki@gmail.com>2014-03-09 21:22:47 +0100
committerSiebrand <siebrand@kitano.nl>2014-03-10 09:04:08 +0000
commit719d7a2f030994213de3eadde5e20fe54c8159cf (patch)
tree46e785fc2306c6b826597d3a31937b0a9732cc24 /includes/api/ApiQueryDisabled.php
parentff7d760e797d7af0df5efba8ce4f5e6328f65675 (diff)
downloadmediawikicore-719d7a2f030994213de3eadde5e20fe54c8159cf.tar.gz
mediawikicore-719d7a2f030994213de3eadde5e20fe54c8159cf.zip
Add final period to API module descriptions
Change-Id: Icae68c1ab1fd0006e00a3a9a56ae8f831d3d0d45
Diffstat (limited to 'includes/api/ApiQueryDisabled.php')
-rw-r--r--includes/api/ApiQueryDisabled.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/api/ApiQueryDisabled.php b/includes/api/ApiQueryDisabled.php
index b1b2495093a8..cf0d841eaa29 100644
--- a/includes/api/ApiQueryDisabled.php
+++ b/includes/api/ApiQueryDisabled.php
@@ -50,7 +50,7 @@ class ApiQueryDisabled extends ApiQueryBase {
public function getDescription() {
return array(
- 'This module has been disabled'
+ 'This module has been disabled.'
);
}