From: Reedy Date: Tue, 25 Jul 2017 23:23:44 +0000 (+0100) Subject: addRFCandPMIDInterwiki.php: Add trailing . to skipped message X-Git-Tag: 1.31.0-rc.0~2592^2 X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=commitdiff_plain;h=bd384358482da20facf3cfac5b1c092d8791e9d1 addRFCandPMIDInterwiki.php: Add trailing . to skipped message Change-Id: If7966d1356605ae18857055ac5e6f8364187c414 --- diff --git a/maintenance/addRFCandPMIDInterwiki.php b/maintenance/addRFCandPMIDInterwiki.php index 2262338ad3..b21bfbb7e2 100644 --- a/maintenance/addRFCandPMIDInterwiki.php +++ b/maintenance/addRFCandPMIDInterwiki.php @@ -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() {