Make WordPress Core

Changeset 30717


Ignore:
Timestamp:
12/02/2014 11:10:52 PM (10 years ago)
Author:
azaozz
Message:

Update the DFW v2 pointer text. Props kpdesign, DrewAPicture, johnbillion. Fixes #30458.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/template.php

    r30711 r30717  
    20502050
    20512051        $content  = '<h3>' . __( 'Distraction Free Writing' ) . '</h3>';
    2052         $content .= '<p>' . __( 'Enable distraction free writing; everything fades away so you can focus. '
    2053             . 'Bring your admin back by moving your mouse, then start typing and it fades away.' ) . '</p>';
     2052        $content .= '<p>' . __( 'Start typing, and the other elements fade away so you can focus. '
     2053            . 'Move your mouse out of the editor to reveal everything again.' ) . '</p>';
    20542054
    20552055        if ( is_rtl() ) {
    2056             $position = array( 'edge' => 'left', 'align' => 'left', 'my' => 'left-5 top-60' );
     2056            $position = array( 'edge' => 'left', 'align' => 'left', 'my' => 'left-5 top-30%' );
    20572057        } else {
    2058             $position = array( 'edge' => 'right', 'align' => 'right', 'my' => 'right+5 top-60' );
     2058            $position = array( 'edge' => 'right', 'align' => 'right', 'my' => 'right+5 top-30%' );
    20592059        }
    20602060
Note: See TracChangeset for help on using the changeset viewer.