From b118cfabbcf6fa57515bd8b78464754fcbc96d5d Mon Sep 17 00:00:00 2001 From: scribu Date: Thu, 28 Oct 2010 15:30:39 +0000 Subject: [PATCH] s/awhile/a while. Props johnbillion, PeteMall. Fixes #14462 git-svn-id: http://svn.automattic.com/wordpress/trunk@16049 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/maint/repair.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-admin/maint/repair.php b/wp-admin/maint/repair.php index 6daa5d528..488b2a4bd 100644 --- a/wp-admin/maint/repair.php +++ b/wp-admin/maint/repair.php @@ -78,9 +78,9 @@ if ( !defined('WP_ALLOW_REPAIR') ) { } } else { if ( isset($_GET['referrer']) && 'is_blog_installed' == $_GET['referrer'] ) - _e('One or more database tables is unavailable. To allow WordPress to attempt to repair these tables, press the "Repair Database" button. Repairing can take awhile, so please be patient.'); + _e('One or more database tables is unavailable. To allow WordPress to attempt to repair these tables, press the "Repair Database" button. Repairing can take a while, so please be patient.'); else - _e('WordPress can automatically look for some common database problems and repair them. Repairing can take awhile, so please be patient.') + _e('WordPress can automatically look for some common database problems and repair them. Repairing can take a while, so please be patient.') ?>