From 0d5278ebfee04e11c468bda2a65cb283abdf07a7 Mon Sep 17 00:00:00 2001 From: nacin Date: Tue, 26 Oct 2010 17:40:54 +0000 Subject: [PATCH] s/awhile/a while/. props jane, PeteMall, fixes #15225. git-svn-id: http://svn.automattic.com/wordpress/trunk@15978 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/class-wp-upgrader.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-admin/includes/class-wp-upgrader.php b/wp-admin/includes/class-wp-upgrader.php index 69cd91bb88..8a0024fe7d 100644 --- a/wp-admin/includes/class-wp-upgrader.php +++ b/wp-admin/includes/class-wp-upgrader.php @@ -1080,7 +1080,7 @@ class Bulk_Upgrader_Skin extends WP_Upgrader_Skin { } function add_strings() { - $this->upgrader->strings['skin_upgrade_start'] = __('The update process is starting. This process may take awhile on some hosts, so please be patient.'); + $this->upgrader->strings['skin_upgrade_start'] = __('The update process is starting. This process may take a while on some hosts, so please be patient.'); $this->upgrader->strings['skin_update_failed_error'] = __('An error occured while updating %1$s: %2$s.'); $this->upgrader->strings['skin_update_failed'] = __('The update of %1$s failed.'); $this->upgrader->strings['skin_update_successful'] = __('%1$s updated successfully.').' '.__('Show Details').'.';