From: jenkins-bot Date: Mon, 8 Jul 2019 06:31:42 +0000 (+0000) Subject: Merge "Change the autonym of Minangkabau from "Baso Minangkabau" to "Minangkabau"" X-Git-Tag: 1.34.0-rc.0~1144 X-Git-Url: https://git.heureux-cyclage.org/?a=commitdiff_plain;h=186b8fbce2789cd103882669a791782ea33e068c;hp=1aaadd41ff3ff7f61fff5a4c4467478c07dcc268;p=lhc%2Fweb%2Fwiklou.git Merge "Change the autonym of Minangkabau from "Baso Minangkabau" to "Minangkabau"" --- diff --git a/maintenance/Maintenance.php b/maintenance/Maintenance.php index 6beda4e3e3..0263425508 100644 --- a/maintenance/Maintenance.php +++ b/maintenance/Maintenance.php @@ -1737,7 +1737,7 @@ abstract class LoggedUpdateMaintenance extends Maintenance { protected function updateSkippedMessage() { $key = $this->getUpdateKey(); - return "Update '{$key}' already logged as completed."; + return "Update '{$key}' already logged as completed. Use --force to run it again."; } /**