diff --git a/wp-admin/update.php b/wp-admin/update.php index e53cb0f99..b1cd1b35b 100644 --- a/wp-admin/update.php +++ b/wp-admin/update.php @@ -145,7 +145,7 @@ function core_upgrade_preamble() { _e('A new version of WordPress is available for upgrade. Before upgrading, please backup your blog.'); echo '

'; - echo '

' . __('How To Backup Your Blog') . '

'; + echo '

' . __('How To Backup Your Database and Files') . '

'; if ( 'development' == $update->response ) { $message = __('You are using a development version of WordPress. You can upgrade to the latest nightly build automatically or download the nightly build and install it manually. Which would you like to do?');