From 37d7346ea2037cf6a039bb721c32755c9b977c91 Mon Sep 17 00:00:00 2001 From: Jonathan Desrosiers Date: Tue, 8 Jun 2021 22:53:10 +0000 Subject: [PATCH] Administration: Adjust Internet Explorer message to be a bit more clear. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This moves “Internet Explorer” to the beginning of the sentence introduced in [51117] to make the reason the user is seeing this message more clear. Props chanthaboune, jeffpaul, desrosj. Fixes #48743. git-svn-id: https://develop.svn.wordpress.org/trunk@51119 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/includes/dashboard.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-admin/includes/dashboard.php b/src/wp-admin/includes/dashboard.php index 950c4aadce..dc5b12f5fb 100644 --- a/src/wp-admin/includes/dashboard.php +++ b/src/wp-admin/includes/dashboard.php @@ -1671,7 +1671,7 @@ function wp_dashboard_browser_nag() { if ( $response ) { if ( $is_IE ) { - $msg = __( "For the best WordPress experience, please use Microsoft Edge or another modern browser instead of Internet Explorer." ); + $msg = __( "Internet Explorer does not give you the best WordPress experience. Switch to Microsoft Edge, or another more modern browser to get the most from your site." ); } elseif ( $response['insecure'] ) { $msg = sprintf( /* translators: %s: Browser name and link. */