From 146377f8f6960fe45a6170e4c1e451ac33c35931 Mon Sep 17 00:00:00 2001 From: Aryeh Gregor Date: Sun, 7 Feb 2010 17:38:46 +0000 Subject: [PATCH] Adjust wording of r62052 The "and" seems out of place to me. --- maintenance/update.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maintenance/update.php b/maintenance/update.php index ebc17f3691..5977a4c128 100644 --- a/maintenance/update.php +++ b/maintenance/update.php @@ -34,7 +34,7 @@ print "Going to run database updates for ".wfWikiID()."\n"; print "Depending on the size of your database this may take a while!\n"; if( !isset( $options['quick'] ) ) { - print "Abort with control-c in the next five seconds (and skip this countdown with --quick) ... "; + print "Abort with control-c in the next five seconds (skip this countdown with --quick) ... "; wfCountDown( 5 ); } -- 2.20.1