From c1b43103677f2898fe7479c3bbc0fd1fecba0af7 Mon Sep 17 00:00:00 2001 From: nacin Date: Wed, 1 Feb 2012 14:47:49 +0000 Subject: [PATCH] Provide contexts for a 'Welcome' string. Sometimes we're saying hello, other times referring to the welcome panel. props pavelevap, fixes #19698. git-svn-id: http://svn.automattic.com/wordpress/trunk@19807 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/screen.php | 2 +- wp-admin/install.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-admin/includes/screen.php b/wp-admin/includes/screen.php index aa19f46f7..574b597c2 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 9ae12706d..c27f022f7 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' ); ?>