Remove final period from api module descriptions
[lhc/web/wiklou.git] / includes / api / ApiQueryBacklinks.php
index bda1e03..a0460fd 100644 (file)
@@ -538,7 +538,7 @@ class ApiQueryBacklinks extends ApiQueryGeneratorBase {
                        case 'embeddedin':
                                return 'Find all pages that embed (transclude) the given title';
                        case 'imageusage':
-                               return 'Find all pages that use the given image title.';
+                               return 'Find all pages that use the given image title';
                        default:
                                ApiBase::dieDebug( __METHOD__, 'Unknown module name' );
                }