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:
parent
56d0d9c31e
commit
bb67aa9d5a
|
@ -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' );
|
||||
|
|
Loading…
Reference in New Issue