Make WordPress Core

Changeset 30837


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

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

File:
1 edited

Legend:

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

    r30754 r30837  
    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.