diff --git a/wp-admin/includes/template.php b/wp-admin/includes/template.php index 883ec08482..a402185340 100644 --- a/wp-admin/includes/template.php +++ b/wp-admin/includes/template.php @@ -1839,7 +1839,7 @@ final class WP_Internal_Pointers { public static function pointer_wp340_customize_current_theme_link() { $content = '
' . __( 'Click Customize to change the header, background, title and menus of the current theme, all in one place.' ) . '
'; - $content .= '' . __( 'Click the Customize links in the Available Themes list below to customize, preview, and optionally activate the selected theme.' ) . '
'; + $content .= '' . __( 'Click the Live Preview links in the Available Themes list below to customize and preview another theme before activating it.' ) . '
'; WP_Internal_Pointers::print_js( 'wp340_customize_current_theme_link', '#customize-current-theme-link', array( 'content' => $content,