From 4db1f2cb2039e71b698bbbb6a9a4b031817c4eaa Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Wed, 12 Feb 2014 10:14:12 +0000 Subject: [PATCH] Merge two similar strings. props pavelevap. fixes #27096. git-svn-id: https://develop.svn.wordpress.org/trunk@27167 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/update-core.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-admin/update-core.php b/src/wp-admin/update-core.php index 306199fe8d..d40349e2c1 100644 --- a/src/wp-admin/update-core.php +++ b/src/wp-admin/update-core.php @@ -460,7 +460,7 @@ $title = __('WordPress Updates'); $parent_file = 'tools.php'; $updates_overview = '

' . __( 'On this screen, you can update to the latest version of WordPress, as well as update your themes and plugins from the WordPress.org repositories.' ) . '

'; -$updates_overview .= '

' . __( 'If an update is available, you᾿ll see a notification appear in the Toolbar and navigation menu.' ) . ' ' . __( 'Keeping your site up to date is important for your site’s security, and makes the internet a safer place for you and your readers.' ) . '

'; +$updates_overview .= '

' . __( 'If an update is available, you᾿ll see a notification appear in the Toolbar and navigation menu.' ) . ' ' . __( 'Keeping your site updated is important for security. It also makes the internet a safer place for you and your readers.' ) . '

'; get_current_screen()->add_help_tab( array( 'id' => 'overview',