X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fapi%2FApiFileRevert.php;h=1941fbd7c555d8ecf4ff49d6eae778da98066ec1;hb=e2357847289914b1f8c320a2b61a1612881b2b02;hp=a3fa5f9c872d35440ad7397706c371425037ef74;hpb=807d510ad7353ae4adee736eb6f4b34890761114;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/api/ApiFileRevert.php b/includes/api/ApiFileRevert.php index a3fa5f9c87..1941fbd7c5 100644 --- a/includes/api/ApiFileRevert.php +++ b/includes/api/ApiFileRevert.php @@ -167,7 +167,7 @@ class ApiFileRevert extends ApiBase { public function getDescription() { return array( - 'Revert a file to an old version' + 'Revert a file to an old version.' ); }