diff --git a/src/wp-admin/includes/theme.php b/src/wp-admin/includes/theme.php index 6f25348280..cbfe13540b 100644 --- a/src/wp-admin/includes/theme.php +++ b/src/wp-admin/includes/theme.php @@ -60,7 +60,7 @@ function delete_theme($stylesheet, $redirect = '') { // Get the base plugin folder. $themes_dir = $wp_filesystem->wp_themes_dir(); if ( empty( $themes_dir ) ) { - return new WP_Error( 'fs_no_themes_dir', __( 'Unable to locate WordPress theme directory.' ) ); + return new WP_Error( 'fs_no_themes_dir', __( 'Unable to locate WordPress Theme directory.' ) ); } $themes_dir = trailingslashit( $themes_dir );