mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-20 19:56:49 +01:00
Improve text for the DFW admin pointer. Remove the concatenation.
Props kpdesign, ianmjones. Merges [30837] to the 4.1 branch. See #30671. Built from https://develop.svn.wordpress.org/branches/4.1@30850 git-svn-id: http://core.svn.wordpress.org/branches/4.1@30840 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
2fc06d04c5
commit
bb16b3b284
|
|
@ -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
Block a user