From 288f5234e9273648c9a13bb5025c80f942eaaf7b Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Tue, 3 Mar 2020 11:20:00 +0000 Subject: [PATCH] Site Health: Improve the strings in Site Health Status dashboard widget. Follow-up to [47063]. Props dlh. Fixes #49562. git-svn-id: https://develop.svn.wordpress.org/trunk@47413 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/includes/dashboard.php | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/src/wp-admin/includes/dashboard.php b/src/wp-admin/includes/dashboard.php index 87c86cc5c3..b3b60cab13 100644 --- a/src/wp-admin/includes/dashboard.php +++ b/src/wp-admin/includes/dashboard.php @@ -1814,28 +1814,23 @@ function wp_dashboard_site_health() { -

- -

-

Visit the Site Health screen to gather information on about your site.' ), + __( 'Site health checks will automatically run periodically to gather information about your site. You can also visit the Site Health screen to gather information on about your site now.' ), esc_url( admin_url( 'site-health.php' ) ) ); ?>

-

0 ) : ?> - + - +

@@ -1845,7 +1840,11 @@ function wp_dashboard_site_health() { %1$d items on the Site Health Status screen.' ), + _n( + 'Take a look at the %1$d item on the Site Health screen.', + 'Take a look at the %1$d items on the Site Health screen.', + $issues_total + ), $issues_total, esc_url( admin_url( 'site-health.php' ) ) );