addRFCandPMIDInterwiki.php: Add trailing . to skipped message
authorReedy <reedy@wikimedia.org>
Tue, 25 Jul 2017 23:23:44 +0000 (00:23 +0100)
committerCatrope <roan@wikimedia.org>
Tue, 25 Jul 2017 23:26:14 +0000 (23:26 +0000)
Change-Id: If7966d1356605ae18857055ac5e6f8364187c414

maintenance/addRFCandPMIDInterwiki.php

index 2262338..b21bfbb 100644 (file)
@@ -39,7 +39,7 @@ class AddRFCAndPMIDInterwiki extends LoggedUpdateMaintenance {
        }
 
        protected function updateSkippedMessage() {
-               return 'RFC and PMID already added to interwiki database table';
+               return 'RFC and PMID already added to interwiki database table.';
        }
 
        protected function doDBUpdates() {