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

Props kpdesign, ianmjones.
See #30671.

git-svn-id: https://develop.svn.wordpress.org/trunk@30837 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz 2014-12-12 22:11:46 +00:00
parent 30a12129af
commit 1bbc18c390

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' );