diff --git a/wp-admin/install-config.php b/wp-admin/install-config.php index 6cccfefe73..ad48dcd003 100644 --- a/wp-admin/install-config.php +++ b/wp-admin/install-config.php @@ -2,7 +2,7 @@ $_wp_installing = 1; if (file_exists('../wp-config.php')) - die("The file 'wp-config.php already exists. If you need to reset any of the configuration items in this file, please delete it first."); + die("The file 'wp-config.php' already exists. If you need to reset any of the configuration items in this file, please delete it first."); if (!file_exists('../wp-config-sample.php')) die('Sorry, I need a wp-config-sample.php file to work from. Please re-upload this file from your WordPress installation.'); diff --git a/wp-admin/upgrade.php b/wp-admin/upgrade.php index c1d8ec60c1..7e1553575f 100644 --- a/wp-admin/upgrade.php +++ b/wp-admin/upgrade.php @@ -9,7 +9,7 @@ if (!$step) $step = 0; ?> -WordPress › Upgrade WordPres +WordPress › Upgrade WordPress