Make WordPress Core

Changeset 30850


Ignore:
Timestamp:
12/14/2014 07:58:31 PM (9 years ago)
Author:
johnbillion
Message:

Improve text for the DFW admin pointer. Remove the concatenation.
Props kpdesign, ianmjones.

Merges [30837] to the 4.1 branch.

See #30671.

Location:
branches/4.1
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/4.1

  • branches/4.1/src/wp-admin/includes/template.php

    r30754 r30850  
    20572057
    20582058        $content  = '<h3>' . __( 'Distraction Free Writing' ) . '</h3>';
    2059         $content .= '<p>' . __( 'Start typing, and the other elements fade away so you can focus. '
    2060             . 'Move your mouse out of the editor to reveal everything again.' ) . '</p>';
     2059        $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>';
    20612060
    20622061        if ( is_rtl() ) {
Note: See TracChangeset for help on using the changeset viewer.