From 5cd20add48ee342892107548f1f9d4f7515c4c05 Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Wed, 25 Sep 2013 09:14:27 -0700 Subject: [PATCH] bug 23839: "Refreshing links table" -> "Refreshing links tables" There's not a single links table; there are several tables. :) Change-Id: Ie2a76da3d047a41d102442be1919796bcd7bf2d2 --- maintenance/refreshLinks.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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++ ) { -- 2.20.1