diff --git a/src/wp-admin/includes/template.php b/src/wp-admin/includes/template.php index db50c89f7b..6eb15b18d3 100644 --- a/src/wp-admin/includes/template.php +++ b/src/wp-admin/includes/template.php @@ -2056,8 +2056,7 @@ final class WP_Internal_Pointers { } $content = '
' . __( 'Start typing, and the other elements fade away so you can focus. ' - . 'Move your mouse out of the editor to reveal everything again.' ) . '
'; + $content .= '' . __( 'Enable distraction-free writing mode, and everything surrounding the editor will fade away when you start typing. Move your mouse out of the editor to reveal everything again.' ) . '
'; if ( is_rtl() ) { $position = array( 'edge' => 'left', 'align' => 'center', 'my' => 'left+40 top-11', 'at' => 'left top' );