From: Aryeh Gregor Date: Sun, 7 Feb 2010 17:38:46 +0000 (+0000) Subject: Adjust wording of r62052 X-Git-Tag: 1.31.0-rc.0~37889 X-Git-Url: https://git.cyclocoop.org//%22?a=commitdiff_plain;h=146377f8f6960fe45a6170e4c1e451ac33c35931;p=lhc%2Fweb%2Fwiklou.git Adjust wording of r62052 The "and" seems out of place to me. --- 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 ); }