diff --git a/wp-admin/includes/screen.php b/wp-admin/includes/screen.php index aa19f46f77..574b597c2e 100644 --- a/wp-admin/includes/screen.php +++ b/wp-admin/includes/screen.php @@ -811,7 +811,7 @@ final class WP_Screen { } echo '\n"; + echo _x( 'Welcome', 'Welcome panel' ) . "\n"; } ?>
diff --git a/wp-admin/install.php b/wp-admin/install.php index 9ae12706d5..c27f022f76 100644 --- a/wp-admin/install.php +++ b/wp-admin/install.php @@ -167,7 +167,7 @@ switch($step) { case 1: // Step 1, direct link. display_header(); ?> -

+

ReadMe documentation at your leisure. Otherwise, just fill in the information below and you’ll be on your way to using the most extendable and powerful personal publishing platform in the world.' ), '../readme.html' ); ?>