X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fapi%2FApiQueryBacklinks.php;h=9502d115b0793737175035578914e3a8a70b995a;hb=cdd1b9ef3461842dd31979812b54c4e0877d9f04;hp=bda1e033e800e5498570ed7f7322e174f3a95775;hpb=665f171a18061aacd339102a21f32d714c5de50d;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/api/ApiQueryBacklinks.php b/includes/api/ApiQueryBacklinks.php index bda1e033e8..9502d115b0 100644 --- a/includes/api/ApiQueryBacklinks.php +++ b/includes/api/ApiQueryBacklinks.php @@ -534,13 +534,13 @@ class ApiQueryBacklinks extends ApiQueryGeneratorBase { public function getDescription() { switch ( $this->getModuleName() ) { case 'backlinks': - return 'Find all pages that link to the given page'; + return 'Find all pages that link to the given page.'; case 'embeddedin': - return 'Find all pages that embed (transclude) the given title'; + return 'Find all pages that embed (transclude) the given title.'; case 'imageusage': return 'Find all pages that use the given image title.'; default: - ApiBase::dieDebug( __METHOD__, 'Unknown module name' ); + ApiBase::dieDebug( __METHOD__, 'Unknown module name.' ); } }