Improve text for the DFW admin pointer. Remove the concatenation.

Props kpdesign, ianmjones.
See #30671.
Built from https://develop.svn.wordpress.org/trunk@30837


git-svn-id: http://core.svn.wordpress.org/trunk@30827 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Ozz 2014-12-12 22:12:22 +00:00
parent 56d0d9c31e
commit bb67aa9d5a
1 changed files with 1 additions and 2 deletions

View File

@ -2056,8 +2056,7 @@ final class WP_Internal_Pointers {
}
$content = '<h3>' . __( 'Distraction Free Writing' ) . '</h3>';
$content .= '<p>' . __( 'Start typing, and the other elements fade away so you can focus. '
. 'Move your mouse out of the editor to reveal everything again.' ) . '</p>';
$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() ) {
$position = array( 'edge' => 'left', 'align' => 'center', 'my' => 'left+40 top-11', 'at' => 'left top' );