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

git-svn-id: https://develop.svn.wordpress.org/trunk@30890 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin
2014-12-16 10:06:17 +00:00
parent 855ff22a53
commit daf16cdb63
11 changed files with 14 additions and 14 deletions
+1 -1
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() ) {