From f8a478af9d9ac8d1b90d1ddae1e987fb767bbd1c Mon Sep 17 00:00:00 2001 From: Andrew Ozz Date: Tue, 2 Dec 2014 23:10:52 +0000 Subject: [PATCH] Update the DFW v2 pointer text. Props kpdesign, DrewAPicture, johnbillion. Fixes #30458. git-svn-id: https://develop.svn.wordpress.org/trunk@30717 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/includes/template.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/wp-admin/includes/template.php b/src/wp-admin/includes/template.php index daba46c315..e78f8f75d8 100644 --- a/src/wp-admin/includes/template.php +++ b/src/wp-admin/includes/template.php @@ -2049,13 +2049,13 @@ final class WP_Internal_Pointers { } $content = '

' . __( 'Distraction Free Writing' ) . '

'; - $content .= '

' . __( 'Enable distraction free writing; everything fades away so you can focus. ' - . 'Bring your admin back by moving your mouse, then start typing and it fades away.' ) . '

'; + $content .= '

' . __( 'Start typing, and the other elements fade away so you can focus. ' + . 'Move your mouse out of the editor to reveal everything again.' ) . '

'; if ( is_rtl() ) { - $position = array( 'edge' => 'left', 'align' => 'left', 'my' => 'left-5 top-60' ); + $position = array( 'edge' => 'left', 'align' => 'left', 'my' => 'left-5 top-30%' ); } else { - $position = array( 'edge' => 'right', 'align' => 'right', 'my' => 'right+5 top-60' ); + $position = array( 'edge' => 'right', 'align' => 'right', 'my' => 'right+5 top-30%' ); } self::print_js( 'wp410_dfw', '#content-html', array(