Call it 'Distraction-free writing mode' and update the help string. fixes #30657.

Built from https://develop.svn.wordpress.org/trunk@30890


git-svn-id: http://core.svn.wordpress.org/trunk@30880 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Nacin
2014-12-16 10:07:23 +00:00
parent 7b015d507d
commit 8c3027c3c7
16 changed files with 18 additions and 18 deletions

View File

@@ -2055,7 +2055,7 @@ final class WP_Internal_Pointers {
return;
}
$content = '<h3>' . __( 'Distraction Free Writing' ) . '</h3>';
$content = '<h3>' . __( 'Distraction-Free Writing' ) . '</h3>';
$content .= '<p>' . __( '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.' ) . '</p>';
if ( is_rtl() ) {