From: Brion Vibber Date: Wed, 25 Sep 2013 16:14:27 +0000 (-0700) Subject: bug 23839: "Refreshing links table" -> "Refreshing links tables" X-Git-Tag: 1.31.0-rc.0~18688^2 X-Git-Url: http://git.cyclocoop.org/%24href?a=commitdiff_plain;h=5cd20add48ee342892107548f1f9d4f7515c4c05;p=lhc%2Fweb%2Fwiklou.git bug 23839: "Refreshing links table" -> "Refreshing links tables" There's not a single links table; there are several tables. :) Change-Id: Ie2a76da3d047a41d102442be1919796bcd7bf2d2 --- diff --git a/maintenance/refreshLinks.php b/maintenance/refreshLinks.php index 0e6725cd60..98ea930108 100644 --- a/maintenance/refreshLinks.php +++ b/maintenance/refreshLinks.php @@ -160,7 +160,7 @@ class RefreshLinks extends Maintenance { } if ( !$redirectsOnly ) { - $this->output( "Refreshing links table.\n" ); + $this->output( "Refreshing links tables.\n" ); $this->output( "Starting from page_id $start of $end.\n" ); for ( $id = $start; $id <= $end; $id++ ) {