From 6d4ca4de5eef0405000292b2a8281d9491ff4dd1 Mon Sep 17 00:00:00 2001 From: ryan Date: Mon, 29 Sep 2008 23:48:48 +0000 Subject: [PATCH] Verbage tweak git-svn-id: http://svn.automattic.com/wordpress/trunk@9034 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/update.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-admin/update.php b/wp-admin/update.php index 38b21984a..86f2f12b8 100644 --- a/wp-admin/update.php +++ b/wp-admin/update.php @@ -132,7 +132,7 @@ function core_upgrade_preamble() { } echo '

'; - _e('An updated version of WordPress is available. Before upgrading, please backup your blog. Pressing the Backup button below will create a backup of your blog and prompt you to save that backup to your computer. This sometimes takes a few minutes, so please be patient. After the backup finishes, continue below to upgrade your blog automatically or manually.'); + _e('A new version of WordPress is available for upgrade. Before upgrading, please backup your blog. Pressing the Backup button below will create a backup of your blog and prompt you to save that backup to your computer. This sometimes takes a few minutes, so please be patient. After the backup finishes, continue below to upgrade your blog automatically or manually.'); echo '

'; echo '

' . __('Backup') . '

';